Skip to content

Commit

Permalink
Fix a couple of docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jan 21, 2019
1 parent 4460560 commit 0f43f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builtin_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -9501,13 +9501,13 @@ void f_enumerate(INT32 args)

/*! @decl string defined(program x, string identifier)
*!
*! Returns a string with filename and linenumber where @[idenfifier]
*! Returns a string with filename and linenumber where @[identifier]
*! in @[x] was defined.
*!
*! Returns @expr{0@} (zero) when no line can be found, e.g. for
*! builtin functions.
*!
*! If @[idenfier] can not be found in @[x] this function returns
*! If @[identifier] can not be found in @[x] this function returns
*! where the program is defined.
*/
PMOD_EXPORT void f_program_identifier_defined(INT32 args)
Expand Down

0 comments on commit 0f43f5a

Please sign in to comment.