Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize Integer (where it fits to do so) #1417

Merged
merged 1 commit into from Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-taps-interface.md
Expand Up @@ -724,7 +724,7 @@ An Endpoint object can be configured with the following identifiers:
RemoteSpecifier.WithHostname("example.com")
~~~

- Port (a 16-bit unsigned integer):
- Port (a 16-bit unsigned Integer):

~~~
RemoteSpecifier.WithPort(443)
Expand Down Expand Up @@ -1375,7 +1375,7 @@ available on the system.
The identification of a specific PvD is
implementation- and system-specific, because there is currently no portable standard
format for a PvD identifier. For example, this identifier might be a string name
or an integer. As with requiring specific interfaces, requiring a specific PvD
or an Integer. As with requiring specific interfaces, requiring a specific PvD
strictly limits the path selection.

Categories or types of PvDs are also defined to be implementation- and
Expand Down Expand Up @@ -2099,7 +2099,7 @@ Type:
Default:
: 100

This property is a non-negative integer representing the
This property is a non-negative Integer representing the
priority of this Connection
relative to other Connections in the same
Connection Group. A higher value reflects a higher priority. It has no effect
Expand Down