Skip to content

Commit bf4eda2

Browse files
committed
Update README.md
Optimization of text format
1 parent 8d5a5b5 commit bf4eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ YES为保存,NO为不保存.
4343
```Objective-C
4444
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
4545
//...
46-
//设NO表示,每次启动程序,清楚用户上次的筛选条件,不写该行,默认保存.
46+
//设NO表示,每次启动程序,清除用户上次的筛选条件,不写该行,默认保存.
4747
[self initFilterSetting:NO];
4848
return YES;
4949
}

0 commit comments

Comments
 (0)