Skip to content

Commit

Permalink
Cleanup TSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Oct 11, 2023
1 parent 919847b commit 14ea612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validation/gltfExtensions/Accessors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Accessors {
* valid (in terms of its bufferView etc), as validated with
* the glTF Validator.
*
* @param accessor - The glTF accessor
* @param accessorIndex - The glTF accessor index
* @param gltfData - The glTF data
* @returns The accessor values (or undefined if the input
* glTF data was invalid)
Expand Down Expand Up @@ -52,7 +52,7 @@ export class Accessors {
* is valid (in terms of its bufferView etc), as validated with
* the glTF Validator.
*
* @param accessor - The glTF accessor
* @param accessorIndex - The glTF accessor index
* @param gltfData - The glTF data
* @returns The accessor values (or undefined if the input
* glTF data was invalid)
Expand Down

0 comments on commit 14ea612

Please sign in to comment.