Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stinebuu committed Mar 22, 2022
1 parent 65277cd commit 0434725
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sli/dictutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ def( DictionaryDatum& d, Name const n, FT const& value )

/** Update a variable from a dictionary entry if it exists, skip call if it
* doesn't.
* @note It is not possible to update integer values. If the dictionary entry
* is an integer, use updateValueInt.
* @note If the dictionary entry is an integer, use updateValue< long >.
* @ingroup DictUtils
* @throws see getValue(DictionaryDatum, Name)
*/
Expand Down

0 comments on commit 0434725

Please sign in to comment.