Skip to content

Commit

Permalink
Update Library/Hylo/Core/Optional.hylo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga authored Oct 11, 2023
1 parent 934522b commit 717a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Hylo/Core/Optional.hylo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public typealias Optional<T> = Union<T, None<T>>
/// The absence of an instance of `T`.
public type None<T> {

/// Creates a denoting the absence of an instance of `T`.
/// Creates a value denoting the absence of an instance of `T`.
public memberwise init

}
Expand Down

0 comments on commit 717a508

Please sign in to comment.