Skip to content

Commit

Permalink
Fix issues with GitHub markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 17, 2018
1 parent 8f6c6a5 commit 004d1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ struct NetworkUnavailableError: HealableError {
MungoHealer provides one basic implementation of each error protocol which you can use for convenience so you don't have to write a new error type for simple message errors. These are:

<details>
<summary>**MungoError**</summary>
<summary>MungoError</summary>

- Implements `BaseError`
- `init` takes `source: ErrorSource` & `message: String`
Expand All @@ -203,7 +203,7 @@ func fetchImage(urlPath: String) {
</details>

<details>
<summary>**MungoFatalError**</summary>
<summary>MungoFatalError</summary>

- Implements `FatalError`
- `init` takes `source: ErrorSource` & `message: String`
Expand All @@ -223,7 +223,7 @@ func fetchImage(urlPath: String) {
</details>

<details>
<summary>*MungoHealableError**</summary>
<summary>MungoHealableError</summary>

- Implements `HealableError`
- `init` takes `source: ErrorSource` & `message: String`
Expand Down

0 comments on commit 004d1b7

Please sign in to comment.