docs: fix typos

This commit is contained in:
2025-03-25 14:28:22 +08:00
parent a9024e37f1
commit c82d1cf569
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
* 5. {@link ValueObject}
* </h3>
* <p>
* 标记一个类,表示其作为值对象,区别 Entity。
* 标记一个类,表示其作为值对象,区别 Entity。
* </p>
*
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>