Skip to content

Commit 9554a51

Browse files
committed
fix(wording): improve wording wrt checks for required attributes
1 parent 29782e4 commit 9554a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/lang/codelab/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ schema Volume:
426426
hostPath: str
427427
```
428428

429-
Since the attributes defined by the schema are **required** by default, the verification that judges that the variable cannot be None/Undefined can be omitted.
429+
Since the attributes defined by the schema are **required** by default, no check to ensure they are not `None`/`Undefined` is needed.
430430

431431
```python
432432
schema Volume:

0 commit comments

Comments
 (0)