Skip to content

Commit

Permalink
Make PartialBuilder.partial public
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Jul 8, 2019
1 parent 22fab54 commit d8b42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Partial/PartialBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ open class PartialBuilder<Wrapped>: PartialProtocol, CustomStringConvertible {
}

/// The partial value this builder is building
private var partial: Partial<Wrapped>
public private(set) var partial: Partial<Wrapped>

/// A collection of objects wrapping closures that will be notified when any change occurs
private var allChangesSubscriptions: Set<Weak<AllChangesSubscription>> = []
Expand Down

0 comments on commit d8b42a0

Please sign in to comment.