From f553ef1891b6eecdad88cf68e04524b60a1bc5ae Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 26 Nov 2019 13:05:36 +0000 Subject: [PATCH] Typo --- subjects/convertbase.en.md | 2 +- subjects/doop.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: "+", "-", "/", "*", "%".