This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/cleanup by this push:
new 392a074dc Polish
392a074dc is described below
commit 392a074dc8d254a0d41df4fcfe833beb7bb770b4
Author: Xuanwo <[email protected]>
AuthorDate: Thu Nov 16 23:08:47 2023 +0800
Polish
Signed-off-by: Xuanwo <[email protected]>
---
bindings/nodejs/index.d.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/nodejs/index.d.ts b/bindings/nodejs/index.d.ts
index 0d0455b0b..6c6ceba31 100644
--- a/bindings/nodejs/index.d.ts
+++ b/bindings/nodejs/index.d.ts
@@ -468,7 +468,7 @@ export class Layer { }
* retry.jitter = true;
*
* op.layer(retry.build());
- *```
+ * ```
*/
export class RetryLayer {
constructor()