Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Nov 15, 2024
1 parent d95ac6f commit f455d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experimental/LieAlgebras/src/WeylGroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ end
Construct a group of type `FPGroup` that is isomorphic to `W`.
This is achieved by constructing a free group with the same rank as `W`,
and adding relations corresponding to the Coxeter relations of `W`.
The `FPGroup` will be the quotient of a free group with the same rank as `W`,
where we have the natural 1-to-1 correspondence of generators, modulo the Coxeter relations of `W`.
Also see: [`isomorphism(::Type{FPGroup}, ::WeylGroup)`](@ref).
"""
Expand All @@ -543,7 +543,7 @@ end
Construct an isomorphism between `W` and a group of type `FPGroup`.
The codomain of this isomorphism is [`fp_group(::WeylGroup)`](@ref).
The properties of the codomain group and the isomorphism are described in [`fp_group(::WeylGroup)`](@ref).
"""
function isomorphism(::Type{FPGroup}, W::WeylGroup; set_properties::Bool=true)
R = root_system(W)
Expand Down

0 comments on commit f455d6d

Please sign in to comment.