Skip to content

Commit 23c4b42

Browse files
committed
OSCValueTagIdentity: Updated inline docs
1 parent cda5aec commit 23c4b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/OSCKitCore/OSCSerialization/OSCValueTagIdentity.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public enum OSCValueTagIdentity: Equatable, Hashable {
1717
/// content of the value.
1818
/// All possible type tags must be finite and known at compile time.
1919
///
20-
/// An example is Boolean (true/false). A single instance of the concrete type occupies a single
21-
/// tag but the tag may be "t" or "f".
20+
/// An example is Boolean (true/false). A single instance of the concrete type (`Bool`) occupies
21+
/// a single tag character but the character may be `T` or `F`.
2222
case variable([Character])
2323

2424
/// Variadic:

0 commit comments

Comments
 (0)