This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 276b61e16 chore(bindings/nodejs): update index.d.ts (#2459)
276b61e16 is described below
commit 276b61e162e71c3e668019f7fb1ba583e5aa9c65
Author: Suyan <[email protected]>
AuthorDate: Tue Jun 13 17:22:19 2023 +0800
chore(bindings/nodejs): update index.d.ts (#2459)
Signed-off-by: suyanhanx <[email protected]>
---
bindings/nodejs/index.d.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bindings/nodejs/index.d.ts b/bindings/nodejs/index.d.ts
index 76558d2b1..ec2382096 100644
--- a/bindings/nodejs/index.d.ts
+++ b/bindings/nodejs/index.d.ts
@@ -212,7 +212,7 @@ export class Operator {
*
* This function will create a new handle to list entries.
*
- * An error will be returned if given path doesn’t end with /.
+ * An error will be returned if given path doesn't end with /.
*
* ### Example
* ```javascript
@@ -235,7 +235,7 @@ export class Operator {
*
* This function will create a new handle to list entries.
*
- * An error will be returned if given path doesn’t end with /.
+ * An error will be returned if given path doesn't end with /.
*
* ### Example
* ```javascript