Skip to content

Commit e7eb9b3

Browse files
committed
fix Project.toml
1 parent f5118bd commit e7eb9b3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ LinearAlgebraX = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
1212
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313

1414
[compat]
15-
Combinatorics
1615
julia = "1.8"
17-

src/decompositions/irred-decomp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ end
257257

258258

259259
"""
260-
IrreducibleDecomposition{A<:AbstractGroupAction}
260+
IrreducibleDecomposition
261261
262262
Represents a decomposition of a group representation into a collection of irreducible representations.
263263

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,6 @@ irreducibles(::AbstractGroupRepresentation) = error("Not implemented")
326326
"""
327327
isotypics(::AbstractGroupRepresentation) -> IsotypicDecomposition
328328
329-
Returns the decomposition to isotypic components of the given group representation.
329+
Returns the decomposition into isotypic components of the given group representation.
330330
"""
331331
isotypics(::AbstractGroupRepresentation) = error("Not implemented")

0 commit comments

Comments
 (0)