Skip to content

Commit 9bf6349

Browse files
committed
New translations ql-schema.mdx (Chinese Simplified)
1 parent 5e99cb0 commit 9bf6349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/zh/subgraphs/developing/creating/ql-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before defining entities, it is important to take a step back and think about ho
2020
- Mutability comes at a price, so for entity types that will never be modified, such as those containing data extracted verbatim from the chain, it is recommended to mark them as immutable with `@entity(immutable: true)`.
2121
- If changes happen in the same block in which the entity was created, then mappings can make changes to immutable entities. Immutable entities are much faster to write and to query so they should be used whenever possible.
2222

23-
#### 好代码的例子
23+
#### 好示例
2424

2525
The following `Gravatar` entity is structured around a Gravatar object and is a good example of how an entity could be defined.
2626

0 commit comments

Comments
 (0)