diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-10-18 10:02:52 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-10-27 15:56:03 +0200 |
| commit | 66030ae5d73d85a0463562230b87f8ec7554c746 (patch) | |
| tree | 0a24bc4d2410e64d4ffcc60a24b1cae29ae7b29b /src/library/mod.rs | |
| parent | c0e972b91a7bf8d22cd24a38fc92a9c6214c8a0c (diff) | |
Small fixes
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs index cf9acdac..1691c8c7 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -1,6 +1,6 @@ //! The standard library. //! -//! Call [`new`] to obtain a [`Scope`] containing all standard library +//! Call [`scope`] to obtain a [`Scope`] containing all standard library //! definitions. pub mod graphics; |
