Skip to content

Commit

Permalink
Merge pull request #3855 from damoasda/appendix-table-fix
Browse files Browse the repository at this point in the history
Fix missing column separator
  • Loading branch information
chriskrycho committed Mar 27, 2024
2 parents 7b886a7 + 4e63e84 commit 4c6b181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appendix-02-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ hierarchy to an item.
|--------|-------------|
| `ident::ident` | Namespace path |
| `::path` | Path relative to the crate root (i.e., an explicitly absolute path) |
| `self::path` | Path relative to the current module (i.e., an explicitly relative path).
| `self::path` | Path relative to the current module (i.e., an explicitly relative path). |
| `super::path` | Path relative to the parent of the current module |
| `type::ident`, `<type as trait>::ident` | Associated constants, functions, and types |
| `<type>::...` | Associated item for a type that cannot be directly named (e.g., `<&T>::...`, `<[T]>::...`, etc.) |
Expand Down

0 comments on commit 4c6b181

Please sign in to comment.