Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 1, 2024
1 parent 2e4f691 commit 11748cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CharTable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
# `argumentring` is expected to have 6 complete batches of variables.
# These are used to shift the variables to calculate e.g. scalar products.
# `linkomb!` may add variables to `argumentring` to shift the variables even further.
# Therefore it is needed to disable chaching in `argumentring`
# Therefore it is needed to disable caching in `argumentring`
# to fix possible interplay issues caused by using multiple tables.
# See for example A1/GL2.jl
struct CharTable{T} <: Table{T}
Expand Down

0 comments on commit 11748cc

Please sign in to comment.