Skip to content

Commit a3de58c

Browse files
committed
修复说明文档的错误。
1 parent acf9215 commit a3de58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
### ActivityUtil:Activity工具类
4747

4848
| 成员名称 | 作用 | 接收类 | 备注 |
49-
| ------------ | ------------ | :------------: | ------------ | :----------: |
49+
| ------------ | ------------ | :------------: | :----------: |
5050
| launchActivity() | 启动一个Activity,可传递Intent | Context | 启动的Activity作为泛型传入 |
5151
| launchActivity() |启动一个Activity,并传递参数 | Context | 启动的Activity作为泛型传入 |
5252
| launchActivityForResult() | 启动一个Activity但不传递数据,并获得回调 | FragmentActivity | 启动的Activity作为泛型传入 |

0 commit comments

Comments
 (0)