Skip to content

Commit b5a6580

Browse files
add code markup
1 parent 27eb039 commit b5a6580

File tree

1 file changed

+2
-0
lines changed
  • docs/4-language-usage/2-variables-and-types/4-boolean-data-types

1 file changed

+2
-0
lines changed

docs/4-language-usage/2-variables-and-types/4-boolean-data-types/g-2410.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ END;
2626

2727
## Example (better)
2828

29+
```
2930
DECLARE
3031
co_newFile CONSTANT PLS_INTEGER := 1000;
3132
co_oldFile CONSTANT PLS_INTEGER := 500;
@@ -38,6 +39,7 @@ BEGIN
3839
END IF;
3940
END;
4041
/
42+
```
4143

4244
## Example (good)
4345

0 commit comments

Comments
 (0)