Commit ca6cdec
Fix bug in usage of END_EXCLUDE (#679)
We use a [START_EXCLUDE silent] tag to exclude code from
snippets. This exclude block should end with an
[END_EXCLUDE] tag, instead of [END_EXCLUDE silent].
Co-authored-by: Ralston Da Silva <[email protected]>1 parent b90686d commit ca6cdec
File tree
1 file changed
+1
-1
lines changed- datastore/src/main/java/com/example/datastore/snippets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments