Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 29, 2023
1 parent 31d6aa6 commit 709770d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenUtau.Plugin.Builtin/KoreanCVPhonemizer.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using OpenUtau.Api;
using OpenUtau.Core;
using OpenUtau.Core.Ustx;
using OpenUtau.Core.Util;


// TODO: refactoring code
namespace OpenUtau.Plugin.Builtin {
/// Phonemizer for 'KOR CV' ///
[Phonemizer("Korean CV Phonemizer", "KO CV", "EX3", language: "KO")]
Expand Down

0 comments on commit 709770d

Please sign in to comment.