Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f73bcd4

Browse files
authored
Remove integer and boolean tag types from readme. (#29)
1 parent 1bc4ad4 commit f73bcd4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ caller.
111111

112112
The key elements of the Tags component are:
113113

114-
* A tag: this is a key-value pair, where the key is a string, and the value can be one of a 64-bit
115-
integer, a boolean, or a string. The API allows for creating, modifying and querying objects
116-
representing a tag value.
114+
* A tag: this is a key-value pair, where the keys and values are strings. The API allows for
115+
creating, modifying and querying objects representing a tag value.
117116
* A set of tags (with unique keys) carried in the Context. Libraries MUST provide a means
118117
of manipulating the tags in the context, including adding new tags, replacing tag values, deleting
119118
tags, and querying the current value for a given tag key.

0 commit comments

Comments
 (0)