Skip to content

Commit ec65e2a

Browse files
authored
Merge pull request #37 from rust-lang/yoshuawuyts-patch-1
Fix typo in comment.md
2 parents db16cbc + c3b9692 commit ec65e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vision/how_to_vision/comment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The golden rule is that when you leave a comment, you are looking to understand
1616

1717
For status quo stories, remember that these are true stories about people's experiences -- they can't be *wrong* (though they could be inaccurate). It may be that somebody tries for days to solve a problem that would've been easy if they had just known to call a particular method. That story is not wrong, it's an opportunity to write a shiny future story in which you explain how they would've learned about that method, or perhaps about how that method would become unnecessary.
1818

19-
For shiny future stories, even if you don't like the idea, you should ask comments with the goal of better undersatnding what the author likes about it. Understanding that may give you an idea for how to get those same benefits in a way that you are happier with. It's also valid to encourage the author to elaborate on the impact their story will have on different characters.
19+
For shiny future stories, even if you don't like the idea, you should ask comments with the goal of better understanding what the author likes about it. Understanding that may give you an idea for how to get those same benefits in a way that you are happier with. It's also valid to encourage the author to elaborate on the impact their story will have on different characters.
2020

2121
## You might just want to write your own story
2222

@@ -39,4 +39,4 @@ Here are some examples of good questions for "shiny future" stories:
3939
* How does NAME do X in this future?
4040
* It seems like this would interfere with X, which is important for application A. How would NAME handle that case in this future?
4141

42-
You should not be afraid to raise technical concerns -- we need to have a robust technical discussion! But do so in a way that leaves room to find an answer that satisfies both of you.
42+
You should not be afraid to raise technical concerns -- we need to have a robust technical discussion! But do so in a way that leaves room to find an answer that satisfies both of you.

0 commit comments

Comments
 (0)