Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/BrainScript-Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down