diff --git a/subjects/convertbase.en.md b/subjects/convertbase.en.md index 9c4f1e592..ba136e610 100644 --- a/subjects/convertbase.en.md +++ b/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. diff --git a/subjects/doop.en.md b/subjects/doop.en.md index ece1b0783..89773212e 100644 --- a/subjects/doop.en.md +++ b/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: "+", "-", "/", "*", "%".