Skip to content

Commit

Permalink
Update chorus_book/src/guide-locations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shun Kashiwa <[email protected]>
  • Loading branch information
ihaveint and shumbo authored Oct 6, 2023
1 parent fc1b4cd commit 23b6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chorus_book/src/guide-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ assert_eq!(name, "Alice");

## Location Set

A `LocationSet` is a set of `ChoreographyLocation` values. It's primarily used to ensure type safety within the system, and you'll see its application in future sections.
A `LocationSet` is a special type representing a set of `ChoreographyLocation` types. It's used to ensure type safety within the system, and you'll see its application in future sections.


```rust
Expand Down

0 comments on commit 23b6079

Please sign in to comment.