Skip to content

Commit a6d4fa8

Browse files
committed
fix cpp snippet
1 parent 41c2409 commit a6d4fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Check out [model](./model.md) to learn how to obtain A and B matrices.
139139
return 0;
140140
}
141141
```
142-
142+
143143
=== "C++"
144144

145145
``` cpp
@@ -149,7 +149,7 @@ Check out [model](./model.md) to learn how to obtain A and B matrices.
149149
std::cout << "Hello world!" << std::endl;
150150
return 0;
151151
}
152-
```
152+
```
153153

154154
=== "Quadrotor"
155155

0 commit comments

Comments
 (0)