]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/appendix-02-operators.md
New upstream version 1.79.0+dfsg1
[rustc.git] / src / doc / book / src / appendix-02-operators.md
index bc770c703e0605f7de699d5ceaec566b7018f448..0a8dab9d61bef5edaa0f8f05b908acea4f5a3880 100644 (file)
@@ -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.) |