Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Fix todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
MBkkt authored Aug 22, 2023
1 parent 5a6e07d commit 373cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/kaldi/src/fstext/determinize-star-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ template<class F> class DeterminizerStar {
const Element& Get() const noexcept { return element; }

private:
// TODO(MBkkt) unify max and is_max: is_max == true <=> max == NoLabel?
// TODO(MBkkt) store element in separate array to avoid unnecessary copies
Element element;
};

Expand Down

0 comments on commit 373cedc

Please sign in to comment.