Skip to content

Commit dd81ba8

Browse files
authored
Merge pull request #2048 from v-makoud/patch-6
CC88205: Changing ' to '
2 parents ac60f34 + 2224087 commit dd81ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripting-docs/javascript/misc/expected-left-curly-brace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Expected '{' | Microsoft Docs"
2+
title: "Expected '{' | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "01/18/2017"
55
ms.prod: "windows-client-threshold"
@@ -21,12 +21,12 @@ author: "mikejo5000"
2121
ms.author: "mikejo"
2222
manager: "ghogen"
2323
---
24-
# Expected '{'
24+
# Expected '{'
2525
You did not include the left brace that marks the beginning of the function body. Code that makes up the body of a function, even if it is a single line, must be contained within left and right braces. Notice that the use of braces in function bodies is stricter than in loops.
2626

2727
### To correct this error
2828

2929
- Add the left brace that marks the beginning of the function body.
3030

3131
## See Also
32-
[Function Object](../../javascript/reference/function-object-javascript.md)
32+
[Function Object](../../javascript/reference/function-object-javascript.md)

0 commit comments

Comments
 (0)