Skip to content

Commit 5d97c05

Browse files
authored
Merge pull request ReactiveCocoa#3130 from Nandiin/patch-1
added missing "```" to correct the format
2 parents 791668a + 8d9e6c4 commit 5d97c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/DocumentingCode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ init(withBar bar: Bar = Bar.defaultBar()) {
9797
///
9898
/// - parameters:
9999
/// - bar: Instance of Bar.
100+
```
100101

101102
- The `precondition`, `parameters` and `return` delimiters should come last in that order in the markup block before the method's signature.
102103

0 commit comments

Comments
 (0)