Skip to content

Commit

Permalink
fix a few header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Aug 17, 2019
1 parent 43bc459 commit f9b9c81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ Determines if a needle is within an iterable element.
{{ end }}
```
#### `containsAll`
##### `containsAll`
Returns `true` if all needles are within an iterable element, or `false`
otherwise. Returns `true` if the list of needles is empty.
Expand All @@ -1271,7 +1271,7 @@ otherwise. Returns `true` if the list of needles is empty.
{{ end }}
```
#### `containsAny`
##### `containsAny`
Returns `true` if any needle is within an iterable element, or `false`
otherwise. Returns `false` if the list of needles is empty.
Expand All @@ -1282,7 +1282,7 @@ otherwise. Returns `false` if the list of needles is empty.
{{ end }}
```
#### `containsNone`
##### `containsNone`
Returns `true` if no needles are within an iterable element, or `false`
otherwise. Returns `true` if the list of needles is empty.
Expand All @@ -1293,7 +1293,7 @@ otherwise. Returns `true` if the list of needles is empty.
{{ end }}
```
#### `containsNotAll`
##### `containsNotAll`
Returns `true` if some needle is not within an iterable element, or `false`
otherwise. Returns `false` if the list of needles is empty.
Expand Down

0 comments on commit f9b9c81

Please sign in to comment.