Skip to content

Commit 225b624

Browse files
author
Doeke Leeuwis
committed
chore(docs): added remarks to the built-in pipes section
1 parent 2b7a6b3 commit 225b624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Pipes are being used to validate and transforms incoming values. The pipes can b
142142

143143
⚠️ Beware that they throw when the value is invalid.
144144

145-
| | Description |
146-
| ------------------ | ------------------------------------------- |
147-
| `ParseNumberPipe` | Validates ands transforms `Number` string. |
148-
| `ParseBooleanPipe` | Validates ands transforms `Boolean` string. |
145+
| | Description | Remarks |
146+
| ------------------ | -------------------------------------------- | --------------------------------------------- |
147+
| `ParseNumberPipe` | Validates ands transforms `Number` strings. | Uses `parseFloat` under the hood |
148+
| `ParseBooleanPipe` | Validates ands transforms `Boolean` strings. | Allows `'true'` and `'false'` as valid values |

0 commit comments

Comments
 (0)