Skip to content

Commit 99f2ad6

Browse files
authored
Fix incorrect alg description
1 parent bde6b2e commit 99f2ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/techniques/commutators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are some example commutators that can be executed on a 3×3×3:
1717
- `[M', U2]` expands to `M' U2 M U2`, which cycles 3 edges on the M slice.
1818
- `[D: [M', U2]]` expands to `D (M' U2 M U2) D'`, which cycles 3 slightly different edges. Conjugates are often combined with commutators to influence different sets of pieces.
1919
- `[F: [R, U]]` expands to `[F: R U R' U']`, which expands further to `F (R U R' U') F'`.
20-
- `[D, [R, U]]` expands to `D (R U R' U') D' (U R U' R')`, which cycles 3 corners on the D layer.
20+
- `[D, [R, U]]` expands to `D (R U R' U') D' (U R U' R')`, which cycles 3 corners on the F layer.
2121

2222
(Parentheses are added for readability but have no special meaning.)
2323

0 commit comments

Comments
 (0)