Skip to content

Commit

Permalink
chore: sync examples from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 27, 2022
1 parent 88982de commit a0396f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Other languages:

Good:

> 在 LeanCloud 上,數據存儲是圍繞 `AVObject` 進行的。
> 在 LeanCloud 上,數據儲存是圍繞 `AVObject` 進行的。
Bad:

> 在LeanCloud上,數據存儲是圍繞`AVObject`進行的。
> 在LeanCloud上,數據儲存是圍繞`AVObject`進行的。
>
> 在 LeanCloud上,數據存儲是圍繞`AVObject` 進行的。
> 在 LeanCloud上,數據儲存是圍繞`AVObject` 進行的。
An example of complete and correct usage:

Expand Down

0 comments on commit a0396f3

Please sign in to comment.