Skip to content

Commit 9a30141

Browse files
committed
Update Basic Operators.md
1 parent 2299cc8 commit 9a30141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/learnshell.org/Basic Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The basic operators are:
2222

2323
**a % b** modulo (the integer remainder of a divided by b)
2424

25-
**a ** b** exponentiation (a to the power of b)
25+
**a** ****** **b** exponentiation (a to the power of b)
2626

2727
Exercise
2828
--------

0 commit comments

Comments
 (0)