Skip to content

Commit 156793b

Browse files
authored
Clarify "black box" remark (#19372)
1 parent b4a8c3b commit 156793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/rid-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All RIDs eventually map back to the root `any` RID.
6666

6767
There are some considerations about RIDs that you have to keep in mind when working with them:
6868

69-
- RIDs are **opaque strings** and should be treated as black boxes.
69+
- Don't try to parse RIDs to retrieve component parts.
7070
- Don't build RIDs programmatically.
7171
- Use RIDs that are already defined for the platform.
7272
- The RIDs need to be specific, so don't assume anything from the actual RID value.

0 commit comments

Comments
 (0)