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 9a3f0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 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

0 comments on commit 9a3f0ae

Please sign in to comment.