rename to fix
This commit is contained in:
parent
a3836be22d
commit
dc547a66f8
7 changed files with 30 additions and 64 deletions
|
|
@ -3,9 +3,9 @@ import feurDetector from "./feurDetector.js";
|
|||
import pingDetector from "./pingDetector.js";
|
||||
import quoicoubehDetector from "./quoicoubehDetector.js";
|
||||
import suffixPrefixDetector from "./suffixPrefixDetector.js";
|
||||
import withPronounDetector from "./withPronounDetector.js"; // Nom aligné
|
||||
import withPronounDetector from "./withPronounDetector.js";
|
||||
|
||||
const firstDetector = new WithPronounDetector(); // Utilisation du bon nom
|
||||
const firstDetector = new withPronounDetector();
|
||||
|
||||
firstDetector
|
||||
.setNextDetector(new suffixPrefixDetector())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue