Skip to content

Commit

Permalink
Merge pull request #32 from argon/hotfix/swift-2.2
Browse files Browse the repository at this point in the history
Fix the typealias deprecation warning
  • Loading branch information
robrix committed Mar 24, 2016
2 parents 8f53d61 + 4d2d05b commit 2dd36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Box/BoxType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// The type conformed to by all boxes.
public protocol BoxType {
/// The type of the wrapped value.
typealias Value
associatedtype Value

/// Initializes an intance of the type with a value.
init(_ value: Value)
Expand Down

0 comments on commit 2dd36e4

Please sign in to comment.