Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Sep 25, 2024
1 parent 0503ee1 commit c6788cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataLayer/EfClasses/Book.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void SetCategoryLadders(IEnumerable<CategoryLadder> ladders)
ArgumentValidator.EnsureNotNull(ladders, nameof(ladders));

//Replace all existing category ladders.
//Some books make have duplocate ladders
//Some books make have duplicate ladders
CategoriesLink.Clear();
CategoriesLink.UnionWith(ladders.Distinct().Select(l => new BookCategory(this, l)));
}
Expand Down

0 comments on commit c6788cc

Please sign in to comment.