Skip to content

Commit 328a0b1

Browse files
authored
Update FGFunction documentation (#1131)
1 parent 651ad3c commit 328a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/FGFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ An operation is defined in the configuration file as in the following example:
121121
A full function definition, such as is used in the aerodynamics section of a
122122
configuration file includes the function element, and other elements. It should
123123
be noted that there can be only one non-optional (non-documentation) element -
124-
that is, one operation element - in the top-level function definition.
124+
that is, one operation element or one table element - in the top-level function definition.
125125
Multiple value and/or property elements cannot be immediate child
126126
members of the function element. Almost always, the first operation within the
127127
function element will be a product or sum. For example:

0 commit comments

Comments
 (0)