diff options
| author | Alex Saveau <saveau.alexandre@gmail.com> | 2023-06-12 03:44:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:44:03 +0200 |
| commit | 7049a4563403e653f5c1f816da3dfd9025c6787a (patch) | |
| tree | 6c9378e0aea1b1de79d3b221d13b4c2f0a89945d /library/src/meta/reference.rs | |
| parent | c58a8fbd1dfedf571a47a3c8504067f6365c6cd4 (diff) | |
Fix a bunch of typos + broken link (#1453)
Diffstat (limited to 'library/src/meta/reference.rs')
| -rw-r--r-- | library/src/meta/reference.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/meta/reference.rs b/library/src/meta/reference.rs index 42450b97..1d8bd118 100644 --- a/library/src/meta/reference.rs +++ b/library/src/meta/reference.rs @@ -254,7 +254,7 @@ cast! { /// Marks an element as being able to be referenced. This is used to implement /// the `@ref` element. pub trait Refable { - /// The supplement, if not overriden by the reference. + /// The supplement, if not overridden by the reference. fn supplement(&self) -> Content; /// Returns the counter of this element. |
