Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbori committed Dec 6, 2023
1 parent 8ac885a commit 2714c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VSM/MutatingCopyable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public extension MutatingCopyable {

/// Creates a mutated copy of this type while simultaneously mutating the value at the provided KeyPath.
///
/// - Parameter keyPath: The KeyPath of the property you want to mutate. Please not that this property MUST be a `var` in order to change it's value using this method.
/// - Parameter keyPath: The KeyPath of the property you want to mutate. Please not that this property MUST be a `var` in order to change its value using this method.
/// - Parameter value: The new value you want set on the property.
/// - Returns: A mutated copy of this type.
func copy<T>(mutatingPath keyPath: WritableKeyPath<Self, T>, value: T) -> Self {
Expand Down

0 comments on commit 2714c02

Please sign in to comment.