Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
fix access levels
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlasek authored Sep 7, 2018
1 parent ef838e2 commit dc73635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Sugar/Helpers/Bool.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extension Bool {
init(from string: String) {
public extension Bool {
public init(from string: String) {
self = ["1", "true"].contains(string.lowercased())
}
}

0 comments on commit dc73635

Please sign in to comment.