Skip to content
Snippets Groups Projects
Commit 442ce171 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix code highlighting in docs

parent e001a438
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -26,7 +26,7 @@ let messenger: Messenger = .live(environment) ...@@ -26,7 +26,7 @@ let messenger: Messenger = .live(environment)
Example: Example:
``` ```swift
func start(messenger: Messenger) throws { func start(messenger: Messenger) throws {
// check if messenger is loaded: // check if messenger is loaded:
if messenger.isLoaded() == false { if messenger.isLoaded() == false {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment