Skip to content

Commit

Permalink
fix for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
driverag22 committed Jan 2, 2023
1 parent 167450c commit 3bbf54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq/serapi/util/SerapiCommandFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function createQueryVernacCommand(command) {
* Partial method for vernac commands to execute the command
* after a specific sentece
* @param {String} command the vernac commmand to execute
* @param {String} sentenceId the sentence id after which
* @param {Integer} sentenceId the sentence id after which
* the command should execute
* @return {string} the command
*/
Expand Down

0 comments on commit 3bbf54b

Please sign in to comment.