We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e25dfb commit 58f864dCopy full SHA for 58f864d
exercises/07.1-square-value/README.md
@@ -2,8 +2,8 @@
2
3
## 📝 Instructions
4
5
-1. Write a method called `square` which can calculate square value of number.
+1. Write a function called `square` which can calculate square value of number.
6
7
## 💡 Hint:
8
9
-+ Using the ** operator
++ Using the ** operator
0 commit comments