Browse Source

Typo

content-update
Xavier Petit 5 years ago
parent
commit
f553ef1891
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      subjects/convertbase.en.md
  2. 2
      subjects/doop.en.md

2
subjects/convertbase.en.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns the convertion of a `string` number from one `string` baseFrom to one `string` baseTo.
Write a function that returns the conversion of a `string` number from one `string` baseFrom to one `string` baseTo.
Only valid bases will be tested.

2
subjects/doop.en.md

@ -10,7 +10,7 @@ The program has to be used with three arguments:
- An operator
- Another value
You should use `Int64`.
You should use `int64`.
The following operators are considered valid: "+", "-", "/", "*", "%".

Loading…
Cancel
Save