Skip to content

Commit

Permalink
Sway Reference: Style Guide name convention (FuelLabs#4638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Braqzen authored Jun 7, 2023
1 parent 6e7b971 commit ac4ff14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- [Traits](./documentation/language/traits/index.md)
- [Generics](./documentation/language/generics/index.md)
- [Style Guide](./documentation/language/style-guide/index.md)
- [Letter Casing](./documentation/language/style-guide/letter-casing.md)
- [Naming Convention](./documentation/language/style-guide/name-convention.md)
- [Type Annotations](./documentation/language/style-guide/annotations.md)
- [Struct Shorthand](./documentation/language/style-guide/structs.md)
- [Enums](./documentation/language/style-guide/enums.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Letter Casing
# Naming Convention

> TODO: intro
A naming convention is a set of rules used to standardize how code is written.

## CapitalCase

Expand Down

0 comments on commit ac4ff14

Please sign in to comment.