Skip to content

Commit d88cc05

Browse files
docs(README.md): fix
1 parent ae9cc2d commit d88cc05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ const guardDefined: GuardDefined = <Type>(value: Defined<Type>, callback?: Resul
22262226

22272227
| Variable | Default value | Description |
22282228
| :------- | :--------------- | :-------------------------------------------------------------------------------------------------- |
2229-
| `Type` | From the `value` | A generic `Type` variable from the `value` to the return type `value` is [`Defined<Type>`][defined] |
2229+
| `Type` | From the `value` | Guarded with [`Defined<Type>`][defined], a generic `Type` variable from the `value` to the return type `value` is [`Defined<Type>`][defined] |
22302230

22312231
**Parameters:**
22322232

packages/type/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ const guardDefined: GuardDefined = <Type>(value: Defined<Type>, callback?: Resul
22262226

22272227
| Variable | Default value | Description |
22282228
| :------- | :--------------- | :-------------------------------------------------------------------------------------------------- |
2229-
| `Type` | From the `value` | A generic `Type` variable from the `value` to the return type `value` is [`Defined<Type>`][defined] |
2229+
| `Type` | From the `value` | Guarded with [`Defined<Type>`][defined], a generic `Type` variable from the `value` to the return type `value` is [`Defined<Type>`][defined] |
22302230

22312231
**Parameters:**
22322232

0 commit comments

Comments
 (0)