Skip to content

Commit

Permalink
Update advanced.jl
Browse files Browse the repository at this point in the history
It looked like "groups" was a functionality of Interfaces.jl and not just a specific example
  • Loading branch information
sylvaticus authored Jun 15, 2024
1 parent 071d44f commit fe9bdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/advanced.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# # Advanced

#=
Here's an example of multi-argument interface using groups.
For mathematicians, a group is just a set of objects where you can perform `multiplication` and `inversion`, such that an element multiplies by its inverse yields a `neutral` element.
Here's an example of a multi-argument interface where we implement _groups_.
For mathematicians, a group is just a set of objects where you can perform `multiplication` and `inversion`, such that an element multiplied by its inverse yields a `neutral` element.
!!! warning "Warning"
This functionality is still experimental and might evolve in the future.
Expand Down

0 comments on commit fe9bdba

Please sign in to comment.