diff --git a/src/types/markers.ts b/src/types/markers.ts index f5113a889f..7c2d63d4a8 100644 --- a/src/types/markers.ts +++ b/src/types/markers.ts @@ -34,7 +34,7 @@ export type MarkerFormatType = // sanitized. Please be careful with including other types of PII here as well. // e.g. "Label: Some String" | 'string' - /// An index into a (currently) thread-local string table, aka StringTable + /// An index into the profile's string table. /// This is effectively an integer, so wherever we need to display this value, we /// must first perform a lookup into the appropriate string table. | 'unique-string'