Skip to content

Commit b9b0500

Browse files
authored
Make "Declaring this in a Function" level 2 heading. (#3184)
1 parent f2325b1 commit b9b0500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/More on Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Callers can invoke this with either sort of value, and as an added bonus, we don
547547

548548
> Always prefer parameters with union types instead of overloads when possible
549549
550-
### Declaring `this` in a Function
550+
## Declaring `this` in a Function
551551

552552
TypeScript will infer what the `this` should be in a function via code flow analysis, for example in the following:
553553

0 commit comments

Comments
 (0)