diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-24 17:00:10 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-24 17:00:10 +0100 |
| commit | 304d9dd1107504f3925c2593dd279ea6616defab (patch) | |
| tree | 1af3bd9c68659d1a644e40a50a31e6688267400a /src/syntax | |
| parent | 8a88f71cb11565c1a78bd57f02a8df17cb2bf7a0 (diff) | |
Small style changes
Diffstat (limited to 'src/syntax')
| -rw-r--r-- | src/syntax/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 6f04cdc9..55a43853 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -16,7 +16,7 @@ use crate::geom::{AngularUnit, LengthUnit}; use crate::source::SourceId; use crate::util::EcoString; -/// An inner of leaf node in the untyped green tree. +/// An inner or leaf node in the untyped green tree. #[derive(Clone, PartialEq)] pub enum Green { /// A reference-counted inner node. |
