We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf1bc8 commit 4c51d42Copy full SHA for 4c51d42
modules/20-arithmetics/27-commutativity/ru/README.md
@@ -29,7 +29,7 @@ print(3 - 2) # => 1
29
Другие некоммутативные операции:
30
31
- Деление: _8 / 2 ≠ 2 / 8_
32
-- Возведение в степень: *2 **3 ≠ 3** 2*
+- Возведение в степень: _2 ** 3 ≠ 3 ** 2_
33
34
Поэтому:
35
0 commit comments