Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Jun 13, 2023
1 parent f22b08f commit 16dc92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Resources/SampleModel2/SampleModel2+V3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ extension V3 {
return mapping
}

// This mapping takes all the feedbacks whose comment property contains the word "great" a increse their rating by 10
// This mapping takes all the feedbacks whose comment property contains the word "great" a increase their rating by 10
static func makeFeedbackMappingPartOne() -> NSEntityMapping {
let mapping = NSEntityMapping()
mapping.name = "FeedbackToFeedbackPartOne"
Expand Down

0 comments on commit 16dc92e

Please sign in to comment.