Skip to content

Commit 4e615d4

Browse files
edwardaleelhstrh
andauthored
Update docs/developer/debugging-generated-code.mdx
Co-authored-by: Marten Lohstroh <[email protected]>
1 parent ce674dc commit 4e615d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/debugging-generated-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The structure of the generated code depends on the target you are using, but in
3030
everything needed to build and run the code.
3131
You can use VS Code's convenient Search functionality to find your reaction bodies and set breakpoints.
3232
You can also modify the code directly and recompile it using CMake, but be careful to save any changes that you
33-
want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwrittend.
33+
want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwritten.
3434

3535
## Running and Debugging Generated Code
3636

0 commit comments

Comments
 (0)