Skip to content

Commit cbce12d

Browse files
committed
Typo: Change vI to v1
1 parent 7100443 commit cbce12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbit/src/03-setup/IDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Some IDEs fail to understand the code, because they fail to determine whether a
1313
is defined in the microbit or microbit-v2 codebase. If you fail to get auto-completion to work,
1414
you may want to try to edit the `Cargo.toml` files you encounter through this book, and remove
1515
all references to the version of microbit you are not using. That is:
16-
in the `Cargo.toml` file you must remove the dependency and features you do not use (the part guarded by `#[cfg(feature = "vI")]` and the guard itself)
16+
in the `Cargo.toml` file you must remove the dependency and features you do not use (the part guarded by `#[cfg(feature = "v1")]` and the guard itself)
1717

1818
# IDE configuration
1919

0 commit comments

Comments
 (0)