# HG changeset patch # User Brian Gough # Date 1231824423 18000 # Node ID 2f5a2c58c15e86ae2bc5d027b3c062626d83d0b2 # Parent 9e18aff77e9e9c708fcbaaf75e9cfcc4cfe6f7ce [docs] user specified => user-specified diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi --- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -681,7 +681,7 @@ depending on the actual data. The most simple way to process that data is to iterate through it using one or more @code{for} loops. The same idea can be implemented easier through the use of the @code{cellfun} -function that calls a user specified function on all elements of a cell +function that calls a user-specified function on all elements of a cell array. @DOCSTRING(cellfun)