Skip to content

Commit 5e9e114

Browse files
timholyianfiske
andauthored
Apply suggestions from code review
Co-authored-by: Ian Fiske <135570+ianfiske@users.noreply.github.com>
1 parent 6e17db8 commit 5e9e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2020/05/invalidations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
```
4141

4242
Here I've defined two functions; `f` is a function with two very simple methods,
43-
and `arrayf` is a function with just one method that supports `Any` argument at all.
43+
and `applyf` is a function with just one method that supports `Any` argument at all.
4444
When you call `applyf`, Julia will compile _specialized_ versions on demand for the
4545
particular types of `container` that you're using at that moment, even though I didn't
4646
specify a single type in its definition.

0 commit comments

Comments
 (0)