SOLR-12913: Fix typo in User Guide

This commit is contained in:
Joel Bernstein 2018-11-08 20:06:05 -05:00
parent dc6019c54e
commit 780305cf44
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ The example below shows the `lrtim` function trimming the first 2 elements of an
[source,text]
----
ltrim(array(0,1,2,3,4,5,6))
ltrim(array(0,1,2,3,4,5,6), 2)
----
When this expression is sent to the `/stream` handler it responds with: