Skip to content

Commit

Permalink
Added missing JSDOC param name (#832)
Browse files Browse the repository at this point in the history
Added param originalVersionString to ServerVersion constructor
  • Loading branch information
zraineri authored Apr 21, 2022
1 parent b0a1bc6 commit a90b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neo4j-driver/src/internal/server-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ServerVersion {
* @param {number} major the major version number.
* @param {number} minor the minor version number.
* @param {number} patch the patch version number.
* @param {string} the original version string
* @param {string} [originalVersionString] the original version string
*/
constructor (major, minor, patch, originalVersionString) {
this.major = major
Expand Down

0 comments on commit a90b2c3

Please sign in to comment.