diff --git a/src/syntax/resolved.rs b/src/syntax/resolved.rs index 333720b..504ea4c 100644 --- a/src/syntax/resolved.rs +++ b/src/syntax/resolved.rs @@ -65,7 +65,7 @@ impl DerefMut for ResolvedNode { /// Syntax tree token that is guaranteed to belong to a tree that contains an associated /// [`Resolver`](lasso::Resolver). /// # See also -/// [`SyntaxToken`]] +/// [`SyntaxToken`] #[repr(transparent)] pub struct ResolvedToken { syntax: SyntaxToken,