mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(async): add missing code snippet tags (#4432)
This commit is contained in:
parent
d78ce08453
commit
02213b97b0
@ -15,7 +15,7 @@ export class DeadlineError extends Error {
|
||||
* Constructs a new {@linkcode DeadlineError} instance.
|
||||
*
|
||||
* @example
|
||||
* ```
|
||||
* ```ts
|
||||
* import { DeadlineError } from "https://deno.land/std@$STD_VERSION/async/deadline.ts";
|
||||
*
|
||||
* throw new DeadlineError();
|
||||
|
@ -23,7 +23,7 @@ export interface DebouncedFunction<T extends Array<unknown>> {
|
||||
* aborted.
|
||||
*
|
||||
* @example
|
||||
* ```
|
||||
* ```ts
|
||||
* import { debounce } from "https://deno.land/std@$STD_VERSION/async/debounce.ts";
|
||||
*
|
||||
* await Array.fromAsync(
|
||||
|
@ -13,7 +13,7 @@ export class RetryError extends Error {
|
||||
* Constructs a new {@linkcode RetryError} instance.
|
||||
*
|
||||
* @example
|
||||
* ```
|
||||
* ```ts
|
||||
* import { RetryError } from "https://deno.land/std@$STD_VERSION/async/retry.ts";
|
||||
*
|
||||
* throw new RetryError({ foo: "bar" }, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user