mirror of https://github.com/apache/lucene.git
SOLR-12913: Fix typo in User Guide
This commit is contained in:
parent
dc6019c54e
commit
780305cf44
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue