Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltdavid committed Aug 29, 2022
1 parent 0a65cb9 commit fdb8fed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/domain/networking/packets/NodeIgnoreRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type NodeIgnoreRequestDetails = {
const NodeIgnoreRequest = new class {

/*@devdoc
* Information needed for {@link PacketScribe|writing} an {@link PacketType(1)|NodeIgnoreRequest} packet.
* Information needed for {@link PacketScribe|writing} n {@link PacketType(1)|NodeIgnoreRequest} packet.
* Exactly one of either <code>nodeID</code> or <code>nodeIDs</code> must be specified.
* @typedef {object} PacketScribe.NodeIgnoreRequestDetails
* @property {bigint} nodeID - The session ID value of a single avatar.
Expand All @@ -37,7 +37,7 @@ const NodeIgnoreRequest = new class {


/*@devdoc
* Writes an {@link PacketType(1)|NodeIgnoreRequest} packet or packet list, ready for sending. A packet is returned if
* Writes a {@link PacketType(1)|NodeIgnoreRequest} packet or packet list, ready for sending. A packet is returned if
* <code>nodeID</code> is specified; a packet list is returned if <code>nodeIDs</code> is specified.
* @function PacketScribe.NodeIgnoreRequest&period;write
* @param {PacketScribe.NodeIgnoreRequestDetails} info - The information needed for writing the packet.
Expand Down
4 changes: 2 additions & 2 deletions src/domain/networking/packets/PerAvatarGainSet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ type PerAvatarGainSetDetails = {
const PerAvatarGainSet = new class {

/*@devdoc
* Information needed for {@link PacketScribe|writing} an {@link PacketType(1)|PerAvatarGainSet} packet.
* Information needed for {@link PacketScribe|writing} a {@link PacketType(1)|PerAvatarGainSet} packet.
* @typedef {object} PacketScribe.PerAvatarGainSetDetails
* @property {Uuid} nodeID - The avatar's session ID, or <code>Uuid.NULL</code> to set the master avatar gain.
* @property {number} gain - The gain to set, in dB.
*/


/*@devdoc
* Writes an {@link PacketType(1)|PerAvatarGainSet} packet, ready for sending.
* Writes a {@link PacketType(1)|PerAvatarGainSet} packet, ready for sending.
* @function PacketScribe.PerAvatarGainSet&period;write
* @param {PacketScribe.PerAvatarGainSetDetails} info - The information needed for writing the packet.
* @returns {NLPacket} The packet, ready for sending.
Expand Down
4 changes: 2 additions & 2 deletions src/domain/networking/packets/RequestsDomainListData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type RequestsDomainListDataDetails = {
const RequestsDomainListData = new class {

/*@devdoc
* Information needed for {@link PacketScribe|writing} an {@link PacketType(1)|RequestsDomainListData} packet.
* Information needed for {@link PacketScribe|writing} a {@link PacketType(1)|RequestsDomainListData} packet.
* @typedef {object} PacketScribe.RequestsDomainListDataDetails
* @property {boolean} isRequesting - <code>true</code> to tell the audio and avatar mixers to continue sending data from
* ignored avatars or avatars that have ignored the client, <code>false</code> to tell them to stop sending.
Expand All @@ -30,7 +30,7 @@ const RequestsDomainListData = new class {


/*@devdoc
* Writes an {@link PacketType(1)|RequestsDomainListData} packet, ready for sending.
* Writes a {@link PacketType(1)|RequestsDomainListData} packet, ready for sending.
* @function PacketScribe.RequestsDomainListData&period;write
* @param {PacketScribe.RequestsDomainListDataDetails} info - The information needed for writing the packet.
* @returns {NLPacket} The packet, ready for sending.
Expand Down

0 comments on commit fdb8fed

Please sign in to comment.