docs: fix typos

This commit is contained in:
zhouxy108 2025-03-25 14:28:22 +08:00
parent 3f08b08910
commit 872d42aef0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
Java 非 final 的实例方法,对应 C++/C# 中的虚方法,允许被子类覆写。 Virtual 注解旨在设计父类时,强调该方法父类虽然有默认实现,但子类可以根据自己的需要覆写。
### 5. ValueObject
标记一个类,表示其作为值对象,区别 Entity。
标记一个类,表示其作为值对象,区别 Entity。
## 二、base - 基础组件
### 1. Ref

View File

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