Skip to content

Commit 4bfd672

Browse files
authored
Escape @ symbol
1 parent 71a32c0 commit 4bfd672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripting-docs/javascript/misc/expected-at-end.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ author: "mikejo5000"
2121
ms.author: "mikejo"
2222
manager: "ghogen"
2323
---
24-
# Expected '@end'
25-
You attempted to create a conditionally compiled block of code, but did not include the <strong>@end</strong> statement at the end. [!INCLUDE[javascript](../../javascript/includes/javascript-md.md)] statements can be conditionally compiled by enclosing them within an <strong>@if/@end</strong> block.
24+
# Expected '\@end'
25+
You attempted to create a conditionally compiled block of code, but did not include the <strong>@end</strong> statement at the end. [!INCLUDE[javascript](../../javascript/includes/javascript-md.md)] statements can be conditionally compiled by enclosing them within an <strong>@if/@end</strong> block.
2626

2727
### To correct this error
2828

29-
- Add the corresponding <strong>@end</strong> statement.
29+
- Add the corresponding <strong>@end</strong> statement.
3030

3131
## See Also
3232
[Conditional Compilation](../../javascript/advanced/conditional-compilation-javascript.md)
33-
[Conditional Compilation Variables](../../javascript/advanced/conditional-compilation-variables-javascript.md)
33+
[Conditional Compilation Variables](../../javascript/advanced/conditional-compilation-variables-javascript.md)

0 commit comments

Comments
 (0)