Skip to content

Commit

Permalink
fix doc syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jan 30, 2025
1 parent c99b098 commit b3dcc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Given the following `poly.cpp` file:

<!-- $MDX file=poly.cpp -->
```c
```cpp
#include <owi.h>

int main() {
Expand Down Expand Up @@ -45,7 +45,7 @@ Indeed, `4` is a root of the polynomial and thus it is expected to be equal to `
We can do so by assuming that `x` is not equal to any of these with the function `owi_assume(bool)`:

<!-- $MDX file=poly2.cpp -->
```c
```cpp
#include <owi.h>

int main() {
Expand Down

0 comments on commit b3dcc68

Please sign in to comment.