[DOCS] EQL: Fix whitespace in `stringContains` docs

This commit is contained in:
James Rodewig 2020-04-27 15:52:16 -04:00
parent 4bfd65a375
commit c16b1edae0
1 changed files with 1 additions and 0 deletions

View File

@ -568,6 +568,7 @@ stringContains(<source>, <substring>)
----
*Parameters*
`<source>`::
(Required, string or `null`)
Source string to search. If `null`, the function returns `null`.