Skip to content

Commit 739e5d0

Browse files
committed
docs: remove deno-fmt-ignore from doc strings
1 parent e456a63 commit 739e5d0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

permutations.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* important and elements are chosen without replacement. If `r` is undefined, then
66
* the length of the `iterable` is used.
77
*
8-
* <!-- deno-fmt-ignore -->
98
* ```ts
109
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
1110
* import { permutations } from "https://deno.land/x/combinatorics/mod.ts";

product.ts

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* When `iterables.length === 1` the output is equivalent to the permutations with
99
* replacement of `iterables[0]` with the given `r`.
1010
*
11-
* <!-- deno-fmt-ignore -->
1211
* ```ts
1312
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
1413
* import { product } from "https://deno.land/x/combinatorics/mod.ts";
@@ -28,7 +27,6 @@
2827
* `for...of` loops using one of the inputs to provide the element at each index
2928
* for the yielded `Array`.
3029
*
31-
* <!-- deno-fmt-ignore -->
3230
* ```ts
3331
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
3432
* import { product } from "https://deno.land/x/combinatorics/mod.ts";

0 commit comments

Comments
 (0)