Skip to content

Commit 5e4b1b7

Browse files
authored
Fix a typo in cpp_example.md
1 parent 1cf97e0 commit 5e4b1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/cpp_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main() {
3737
}
3838
```
3939

40-
Then create a `CMakeList.txt` file with the following text:
40+
Then create a `CMakeLists.txt` file with the following text:
4141

4242
```cmake
4343
project( VolEsti-cpp-example )

0 commit comments

Comments
 (0)