Skip to content

Commit

Permalink
WIP: 2024-10-11
Browse files Browse the repository at this point in the history
  • Loading branch information
markbattistella committed Oct 11, 2024
1 parent cd8d1e3 commit 8ffa2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
45 changes: 0 additions & 45 deletions Sources/PhraseKit/CombinationVerifier.swift

This file was deleted.

3 changes: 2 additions & 1 deletion Sources/PhraseKit/PhraseGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ public extension PhraseGenerator {

fileprivate extension PhraseGenerator {

/// Applies the exclusion list to all word lists, removing any excluded words and updates the lists.
/// Applies the exclusion list to all word lists, removing any excluded words and updates
/// the lists.
private func applyExclusionList() {
nouns = nouns.filter { !exclusionList.contains($0) }
verbs = verbs.filter { !exclusionList.contains($0) }
Expand Down

0 comments on commit 8ffa2c4

Please sign in to comment.