We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d59403 + 2d39e28 commit 1c2bd02Copy full SHA for 1c2bd02
src/types/alias.md
@@ -1,7 +1,7 @@
1
# Aliasing
2
3
The `type` statement can be used to give a new name to an existing type. Types
4
-must have `CamelCase` names, or the compiler will raise a warning. The
+must have `UpperCamelCase` names, or the compiler will raise a warning. The
5
exception to this rule are the primitive types: `usize`, `f32`, etc.
6
7
```rust,editable
@@ -33,4 +33,4 @@ is an alias for the `Result<T, IoError>` type.
33
34
### See also:
35
36
-[Attributes](../attribute.md)
+[Attributes](../attribute.md)
0 commit comments