Skip to content

Commit 6d6959f

Browse files
committed
fix(wording): rephrase, to not use the not-yet implemented final keyword
Signed-off-by: Elias Probst <[email protected]>
1 parent 35250f8 commit 6d6959f

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
@@ -485,7 +485,7 @@ Usually, schema Deployment will be used in multiple scenarios. We can directly u
485485
For example, we can use the Deployment schema as a basis, to define the nginx's base schema, and extend the definition
486486
in each scenario.
487487

488-
In this case, we define some commonly used attributes. Please note that we mark the name to be immutable with the 'final' keyword to prevent it from being overwritten.
488+
In this case, we define some commonly used attributes. Please note that to prevent the attribut `name` from being overwritten as immutable by assigning its final value.
489489

490490
```python
491491
schema Nginx(Deployment):

0 commit comments

Comments
 (0)