Skip to content

Commit f199246

Browse files
authored
Remove repeated "as" in README (#2)
1 parent 3931f17 commit f199246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ with more fine-grained access tracking. To use it, we can just:
5959

6060
This instructs comemo to memoize the evaluation and to automatically track all
6161
file accesses during a memoized call. As a result, we can reuse the result of a
62-
`.calc` script evaluation as as long as its dependencies stay the same—even if
62+
`.calc` script evaluation as long as its dependencies stay the same—even if
6363
other files change.
6464

6565
```rust

0 commit comments

Comments
 (0)