.neq()
: add warning about not matching null
#473
Labels
documentation
Improvements or additions to documentation
.neq()
: add warning about not matching null
#473
Improve documentation
Link
.neq()
TSDocDescribe the problem
.neq('col', 'foo')
doesn't matchcol: null
which is not very intuitive. This should be documented in the TSDoc.Describe the improvement
Add a paragraph warning about this behavior.
Additional context
#463 (comment)
The text was updated successfully, but these errors were encountered: