Skip to content

Commit e243a78

Browse files
committed
path
1 parent e37cd46 commit e243a78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/cache-the-result-of-a-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Here is the first experiment with it showing how it caches the value in one func
1717
The first 2 tv_nsec values differ, as time have elapsed between the calls.
1818
The 3rd and 4th tv_nsec values are the same as the value got cached after the first call.
1919

20-
{% include file="cache-result-of-function/src/main.rs" %}
20+
{% include file="examples/cache-result-of-function/src/main.rs" %}
2121

22-
{% include file="cache-result-of-function/out.txt" %}
22+
{% include file="examples/cache-result-of-function/out.txt" %}
2323

24-
{% include file="cache-result-of-function/Cargo.toml" %}
24+
{% include file="examples/cache-result-of-function/Cargo.toml" %}
2525

2626

2727

0 commit comments

Comments
 (0)