Skip to content

Commit

Permalink
Fix docs for nonpseudo (now total) tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE committed Nov 19, 2024
1 parent 6aab526 commit c7f4a0f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/hsc/lua/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ The `turns_by` tags indicate which element(s) of the shape correspond to the twi

### Algebraic properties

| Tag | Description |
| ------------------------------------ | ------------------------------------------------------ |
| `algebraic/nonpseudo/bandaged` | Bandaged |
| `algebraic/nonpseudo/doctrinaire` | Doctrinaire |
| `algebraic/nonpseudo/jumbling` | Jumbling |
| `algebraic/pseudo/bandaged` | Pseduobandaged |
| `algebraic/pseudo/doctrinaire` | Pseudodoctrinaire |
| `algebraic/pseudo/jumbling` | Pseudojumbling |
| `algebraic/abelian` | The puzzle's state space is [abelian] (commutative) |
| `algebraic/fused` | Fused |
| `algebraic/orientations/non_abelian` | At least one piece has a non-abelian orientation group |
| `algebraic/trivial` | Trivial |
| Tag | Description |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `algebraic/bandaged` | Bandaged |
| `algebraic/doctrinaire` | Doctrinaire |
| `algebraic/jumbling` | Jumbling |
| `algebraic/pseudo/bandaged` | Pseduobandaged |
| `algebraic/pseudo/doctrinaire` | Pseudodoctrinaire |
| `algebraic/pseudo/jumbling` | Pseudojumbling |
| `algebraic/abelian` | The puzzle's state space is [abelian] (commutative) |
| `algebraic/fused` | Fused |
| `algebraic/orientations/non_abelian` | At least one piece has a non-abelian orientation group |
| `algebraic/trivial` | Trivial |
| `algebraic/weird_orbits` | The permutation group of at least one orbit of one piece type is a group other than an [alternating][alternating group] or [symmetric group] |

[abelian]: https://en.wikipedia.org/wiki/Abelian_group
Expand Down

0 comments on commit c7f4a0f

Please sign in to comment.