Skip to content

Commit

Permalink
Merge pull request #2472 from craigcomstock/typos
Browse files Browse the repository at this point in the history
Typo fixes for execresult_as_data and string functions
  • Loading branch information
craigcomstock committed Jun 23, 2021
2 parents cb2eb49 + fd995fa commit a9f1e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/functions/execresult_as_data.markdown
Expand Up @@ -11,7 +11,7 @@ tags: [reference, utility functions, functions, execresult_as_data, cached funct

Functions in the same way as [`execresult()`][execresult], and takes the same parameters.
Unlike [`execresult()`][execresult], and [`returnszero()`][returnszero], this function allows
you to test, store, or inspect both exit code and output from the samme command execution.
you to test, store, or inspect both exit code and output from the same command execution.

[%CFEngine_function_attributes(command, shell, output)%]

Expand Down
2 changes: 1 addition & 1 deletion reference/functions/string.markdown
Expand Up @@ -13,7 +13,7 @@ tags: [reference, functions, string]

If `arg` is a container reference it will be serialized to a string.
The reference must be indicated with `@(some_container)`.
Strings are *not* interpretted as references.
Strings are *not* interpreted as references.

**Example:**

Expand Down

0 comments on commit a9f1e3e

Please sign in to comment.