Skip to content

Commit 6def4cc

Browse files
authored
Update directory.jule
1 parent 0291bd4 commit 6def4cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/directory.jule

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use "std/slices"
44
use "std/strings"
55

66
// Buffer for the table.
7-
static mut Table = strings::Builder{}
7+
let mut Table = strings::Builder{}
88

99
// Path strings should be formatted by markdown URLs.
10-
static IgnorePaths: [...]str = [
10+
let IgnorePaths: [...]str = [
1111
"search/error.jule",
1212
]
1313

14-
static IgnorePackages: [...]str = [
14+
let IgnorePackages: [...]str = [
1515
".",
1616
"..",
1717
".github",

0 commit comments

Comments
 (0)