Skip to content

Commit

Permalink
doc: update sharedcalls.md layout (zeromicro#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangbohhh authored Sep 29, 2020
1 parent 33a9db8 commit b3ead4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sharedcalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func main() {
// 返回调用结果
return c.val, c.err
}
```
```

- sharedGroup的DoEx方法

Expand Down Expand Up @@ -160,7 +160,7 @@ func main() {
c.val, c.err = fn()
return c
}
```
```

## 最后

Expand Down

0 comments on commit b3ead4d

Please sign in to comment.