Skip to content

Commit aaaab2b

Browse files
authored
Merge pull request #1536 from HonkingGoose/patch-1
Fix highlighted text in AsciiDoctor 2 migration branch.
2 parents 8897bab + bfa64b7 commit aaaab2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ It turns out there are many, many ways to reference other things almost anywhere
303303

304304
Let's start with how to cross-reference another Pull Request or an Issue.
305305
All Pull Requests and Issues are assigned numbers and they are unique within the project.
306-
For example, you can't have Pull Request #3 _and_ Issue #3.
307-
If you want to reference any Pull Request or Issue from any other one, you can simply put `#<num>` in any comment or description.
306+
For example, you can't have Pull Request +#3+ _and_ Issue +#3+.
307+
If you want to reference any Pull Request or Issue from any other one, you can simply put `+#<num>+` in any comment or description.
308308
You can also be more specific if the Issue or Pull request lives somewhere else; write `username#<num>` if you're referring to an Issue or Pull Request in a fork of the repository you're in, or `username/repo#<num>` to reference something in another repository.
309309

310310
Let's look at an example.

0 commit comments

Comments
 (0)