SOLR:11947: Fix ref guide build error

This commit is contained in:
Joel Bernstein 2018-02-16 21:13:31 -05:00
parent a07edaee33
commit d91e4cbea2
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ A probability distribution function
== getAttribute
The `getAttribute` function returns an attribute from a `matrix` by its key. Any function that returns a `matrix` can
also set attributes on the `matrix` with additional information. The `<<setAttribute>>` function can also be used
also set attributes on the `matrix` with additional information. The `setAttribute` function can also be used
to set attributes on a `matrix`. The key to an attribute is always a string. The value of attribute can be any object
including numerics, arrays, maps, matrixes etc...