Skip to content

Commit

Permalink
fix(docs): SpeakerMeta.{speaker_uuid,version}が逆だった (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Jan 23, 2025
1 parent d55e408 commit 57a39ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ class SpeakerMeta:
"""話者に属するスタイル。"""

speaker_uuid: str
"""話者のバージョン。"""
"""話者のUUID。"""

version: SpeakerVersion
"""話者のUUID。"""
"""話者のバージョン。"""

order: int | None = None
"""
Expand Down

0 comments on commit 57a39ba

Please sign in to comment.