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

Commit

Permalink
Update Sources/Sugar/Helpers/Creatable.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
siemensikkema authored Feb 7, 2019
1 parent 8ce1fec commit 69b3563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sugar/Helpers/Creatable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Vapor
/// way as other `Creatable` types.
public protocol Creatable {

/// Decodable Payload used to
/// Decodable Payload that can be used to initialize an instance.
associatedtype Create: Decodable

/// A step that is to be performed during the actual creation. Can be used for validation.
Expand Down

0 comments on commit 69b3563

Please sign in to comment.