Skip to content

Commit

Permalink
newline created a stray space that looked odd. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Jun 15, 2022
1 parent e4de349 commit ec63aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ fields have a name (e.g. structs) or all fields are unnamed (e.g. tuples).
### Path

The path of a type is a unique sequence of identifiers. Rust types typically construct a path from
the namespace and the identifier e.g. `foo::bar::Baz` is converted to the path `["foo", "bar
", "Baz"]`.
the namespace and the identifier e.g. `foo::bar::Baz` is converted to the path `["foo", "bar",
"Baz"]`.

### Composite

Expand Down

0 comments on commit ec63aa8

Please sign in to comment.