From b23c81e918a01fddfe77bea5579a9ca610dbe946 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 17 Oct 2018 02:34:03 -0400 Subject: [PATCH] typo: Double word "of" --- articles/BrainScript-Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/BrainScript-Functions.md b/articles/BrainScript-Functions.md index 293dcb30..4ab6c19c 100644 --- a/articles/BrainScript-Functions.md +++ b/articles/BrainScript-Functions.md @@ -21,7 +21,7 @@ Functions are first-class data types in the sense that functions can accept and There are two ways to define functions, standard syntax and anonymous lambda syntax. ### Standard Syntax -Named functions are record members that are defined as record-member assignments of of these +Named functions are record members that are defined as record-member assignments of these two forms: f (arg1, arg2, ..., optionalArg1=optionalArg1Default, ...) = expression of args