Skip to content

Commit

Permalink
Update docs/src/other.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Aug 22, 2023
1 parent ab2d963 commit 3a5a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in order to support special GAP syntax beyond function calls with arguments.
- Access list/matrix entries via [`getindex`](@ref) and [`setindex!`](@ref)
respectively the corresponding Julia syntax (described there).

- Access record components via [`getproperty`](@ref) and [`!etproperty!`](@ref)
- Access record components via [`getproperty`](@ref) and [`setproperty!`](@ref)
respectively the corresponding Julia syntax (described there).

- Check for bound record components via [`hasproperty`](@ref).
Expand Down

0 comments on commit 3a5a407

Please sign in to comment.