Skip to content

Commit

Permalink
Fix mbf activity code example (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-matthews authored Jan 14, 2024
1 parent 90d3dba commit f9a624f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,9 @@ Here are some valid WCA activity codes for 3x3x3 Multi-Blind (in decreasing spec
| Activity code | Name |
| --- | --- |
| `333mbf-r1-g3-a2` | 3x3x3 Multi-Blind, Round 1, Attempt 2, Group 3 |
| `333-r1-a2` | 3x3x3 Multi-Blind, Round 1, Attempt 2 (any group) |
| `333-r1` | 3x3x3 Multi-Blind, Round 1 |
| `333` | 3x3x3 Multi-Blind |
| `333mbf-r1-a2` | 3x3x3 Multi-Blind, Round 1, Attempt 2 (any group) |
| `333mbf-r1` | 3x3x3 Multi-Blind, Round 1 |
| `333mbf` | 3x3x3 Multi-Blind |

Activities may be nested. If an activity A contains a child activity B, then activity B's code must contain all items from the parent activity's code.

Expand Down

0 comments on commit f9a624f

Please sign in to comment.