Browse Source

fix: remove number backticks

exercise-rectangle-perimeter
MOHAMED 2 years ago committed by GitHub
parent
commit
24796bc5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/rectperimeter/README.md

2
subjects/rectperimeter/README.md

@ -4,7 +4,7 @@
write a function that accepts two integer arguments, representing the two sides length of a rectangle and returning the perimeter of the rectangle.
your function should return `-1` if one of the arguments is negative.
your function should return -1 if one of the arguments is negative.
### Expected function

Loading…
Cancel
Save