Skip to content

Commit 15f57b8

Browse files
committed
[docs] Small fix
1 parent 92d12bb commit 15f57b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/@types/common/docs.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
*/
3131
/// Id
3232
/**
33-
* The Id type is a simple alias for the union of a string or `null` value,
34-
* where the string should be considered to be the key of an objects (such as a
35-
* Row Id string used in a Table), and typically `null` indicates a wildcard -
36-
* such as when used in the Store addRowListener method.
33+
* The IdOrNull type is a simple alias for the union of a string or `null`
34+
* value, where the string should be considered to be the key of an objects
35+
* (such as a Row Id string used in a Table), and typically `null` indicates a
36+
* wildcard - such as when used in the Store addRowListener method.
3737
* @category Identity
3838
* @since v1.0.0
3939
*/

0 commit comments

Comments
 (0)