Fix example to use space after $ for consistency

This commit is contained in:
Owen Mansel-Chan
2021-10-02 08:11:49 +01:00
parent 25792b2a45
commit 938d003e5e
3 changed files with 6 additions and 6 deletions

View File

@@ -60,8 +60,8 @@
*
* Example:
* ```cpp
* int i = x + 5; // $const=5
* int j = y + (7 - 3) // $const=7 const=3 const=4 // The result of the subtraction is a constant.
* int i = x + 5; // $ const=5
* int j = y + (7 - 3) // $ const=7 const=3 const=4 // The result of the subtraction is a constant.
* ```
*
* For tests that contain known missing and spurious results, it is possible to further