Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/types/markers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down