Skip to content

Commit a352daa

Browse files
authored
typo fixed
修复了一处错字, 将 '这个参数里面的参数' 改正为 '这个注解里面的参数'
1 parent 1b6635a commit a352daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/framework/spring/spring-transaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public interface TransactionStatus{
276276

277277
### 事务属性详解
278278

279-
实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个参数里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
279+
实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个注解里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
280280

281281
#### 事务传播行为
282282

0 commit comments

Comments
 (0)