Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Nov 8, 2024
1 parent ac69b13 commit a5afe40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions client/mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* This module provides an MQTT Client interface
* see the /bin folder for examples
* This module provides an MQTT Client interface see the /bin folder for examples
* @module
*/
export { Client, DEFAULT_URL } from "./client.ts";
Expand Down
3 changes: 1 addition & 2 deletions server/mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* This module provides an MQTT Server interface
* see the /bin folder for examples
* This module provides an MQTT Server interface see the /bin folder for examples
* @module
*/
export { AuthenticationResult } from "./deps.ts";
Expand Down

0 comments on commit a5afe40

Please sign in to comment.