Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 15, 2024
1 parent 1bce706 commit d7664a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/docs/src/root_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The relevant types around root systems are:
- `DualRootSpaceElem` for elements in the dual root space, i.e. coroots and linear combinations thereof,
- `WeightLatticeElem` for elements in the weight lattice, i.e. weights and linear combinations thereof.

!!! warn
!!! warning
Most functionality around root systems is currently only intended to be used with root systems of finite type.
For root systems of affine type, some documentation may be ill-phrased or incorrect, and some functions may not work as intended.

Expand Down
4 changes: 2 additions & 2 deletions experimental/LieAlgebras/src/RootSystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ If the type is not known, it is determined and stored in `R`.
See also: [`root_system_type_with_ordering(::RootSystem)`](@ref).
!!! warn
!!! warning
This function will error if the type is not known yet and the Weyl group is infinite.
"""
function root_system_type(R::RootSystem)
Expand All @@ -269,7 +269,7 @@ If the type is not known, it is determined and stored in `R`.
See also: [`root_system_type(::RootSystem)`](@ref).
!!! warn
!!! warning
This function will error if the type is not known yet and the Weyl group is infinite.
"""
function root_system_type_with_ordering(R::RootSystem)
Expand Down
1 change: 1 addition & 0 deletions experimental/LieAlgebras/src/WeylGroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ julia> weyl_group([(:G, 2), (:D, 4)])
Weyl group
of root system of rank 6
of type G2 x D4
```
"""
function weyl_group(type::Vector{Tuple{Symbol,Int}})
return weyl_group(root_system(type))
Expand Down

0 comments on commit d7664a7

Please sign in to comment.