Skip to content

Commit ac60f34

Browse files
authored
Merge pull request #2047 from v-makoud/patch-5
CC88207: Changing ' to '
2 parents 1381e7d + 9356685 commit ac60f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripting-docs/javascript/misc/expected-right-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,7 +21,7 @@ author: "mikejo5000"
2121
ms.author: "mikejo"
2222
manager: "ghogen"
2323
---
24-
# Expected '}'
24+
# Expected '}'
2525
You did not include the right brace that marks the end of the function body, loop, block of code, or object initializer. An example of this error would be a **for** loop with only the left brace marking the body of the loop.
2626

2727
### To correct this error
@@ -30,4 +30,4 @@ You did not include the right brace that marks the end of the function body, loo
3030

3131
## See Also
3232
[Function Object](../../javascript/reference/function-object-javascript.md)
33-
[Controlling Program Flow](../../javascript/controlling-program-flow-javascript.md)
33+
[Controlling Program Flow](../../javascript/controlling-program-flow-javascript.md)

0 commit comments

Comments
 (0)