Skip to content

Commit a11ef35

Browse files
sesamzooRobWin
authored andcommitted
Fix formatting of Bulkhead section in documentation (ReactiveX#328)
The extra blank line at the end of ratelimiter.adoc fixes the formatting for the Bulkhead section (or any .adoc) included after it. The end of ratelimiter.adoc was special because the other .adoc files in the same directory end with a source block while ratelimiter.adoc ends with a simple paragraph.
1 parent 0a979f3 commit a11ef35

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

resilience4j-documentation/src/docs/asciidoc/core_guides/bulkhead.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
=== Bulkhead
52

63
==== Introduction

resilience4j-documentation/src/docs/asciidoc/core_guides/ratelimiter.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ long nanosToWaitForPermission = atomicLimiter.getNanosToWait();
137137

138138
If you're interested in making your own thing on top of Resilience4j RateLimiter you'll possibly be interested in
139139
our lower level APIs like `getPermission` and `reservePermission` methods.
140+

0 commit comments

Comments
 (0)