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

Commit

Permalink
Merge pull request #51 from pbodsk/bugfix/fix-typo
Browse files Browse the repository at this point in the history
fixes typo (I assume ;))
  • Loading branch information
siemensikkema authored Apr 27, 2020
2 parents fad5fc9 + 8661d58 commit b9e68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Submissions/Submittable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public protocol Submittable {
associatedtype Submission: SubmissionType

/// Make fields for validation in addition to the ones from the `Submission` given an existing
/// `Stubmittable` entity. This can be used when the validation depends on an existing entity.
/// `Submittable` entity. This can be used when the validation depends on an existing entity.
/// For example to add a filter to a database query ensuring uniqueness of a property.
///
/// - Parameters:
Expand Down

0 comments on commit b9e68a9

Please sign in to comment.