修正文章阅读顺序问题,增加连贯性。#2390
Merged
Snailclimb merged 2 commits intoSnailclimb:mainfrom May 9, 2024
qksuki:main
Merged
Conversation
更新文章说法,使上下文更加连贯。
更新文章,使文章可读性更连贯。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原文中提到:
但是实际上下面的两个代码块的方法名分别为
method1和method2,第三个代码块的方法名才为printVariable。我在阅读时产生疑问,因为正常阅读的情况下我看到 "下面的这个
printVariable方法",就会去下文的代码块寻找,但下文的代码块并不是printVariable,相反是method1。可以修改为 下面的这个方法 或者 下面的这个
method1方法,使文章可读性更加连贯。