diff --git a/README.md b/README.md index 35cd359..f099878 100644 --- a/README.md +++ b/README.md @@ -4824,7 +4824,7 @@ A type alias means "giving a new name to another type". Type aliases are very ea The type is not difficult, but you want to make your code easier to understand for other people (or for you): -'''rust +```rust type CharacterVec = Vec; ```