Skip to content

Commit

Permalink
docs: add farray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Oct 7, 2024
1 parent d3c3c39 commit 2642bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/ast/ast.v
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ pub mut:
is_setter bool
is_map bool
is_array bool
is_farray bool
is_farray bool // fixed array
is_option bool // IfGuard
is_direct bool // Set if the underlying memory can be safely accessed
is_gated bool // #[] gated array
Expand Down

0 comments on commit 2642bda

Please sign in to comment.