Skip to content

Commit

Permalink
expose isIdentifier as IsIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Coretta authored and Jesse Coretta committed Sep 30, 2024
1 parent 4fe574c commit 6f2e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asn.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Valid input forms for ASN.1 values are:
- string slices (e.g.: []string{"iso(1)", "identified-organization(3)" ...})
- [NameAndNumberForm] slices ([][NameAndNumberForm]{...})
Note that the following root node abbreviations are supported:
Note that the following identifier-only root nodes are also supported:
- `itu-t` resolves to itu-t(0)
- `iso` resolves to iso(1)
Expand Down

0 comments on commit 6f2e2af

Please sign in to comment.