mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-25 13:58:59 +02:00
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
This commit is contained in:
@@ -620,7 +620,7 @@ function isEven(number) {
|
||||
};
|
||||
|
||||
// I put the word "equivalent" in double quotes because a function defined
|
||||
// using the lambda syntax cannnot be called before the definition.
|
||||
// using the lambda syntax cannot be called before the definition.
|
||||
// The following is an example of invalid usage:
|
||||
|
||||
add(1, 8);
|
||||
|
Reference in New Issue
Block a user