Skip to content

Commit da31b90

Browse files
authored
docs: fix docstring
1 parent a5d94c5 commit da31b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReadOnlyNode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ..NodeModule: default_allocator, with_type_parameters, constructorof
66
abstract type AbstractReadOnlyNode{T,N<:AbstractExpressionNode{T}} <:
77
AbstractExpressionNode{T} end
88

9-
"""A type of expression node that also stores a parameter index"""
9+
"""A type of expression node that prevents writing to the inner node"""
1010
struct ReadOnlyNode{T,N} <: AbstractReadOnlyNode{T,N}
1111
_inner::N
1212

0 commit comments

Comments
 (0)