We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e17db8 commit 5e9e114Copy full SHA for 5e9e114
blog/2020/05/invalidations.md
@@ -40,7 +40,7 @@ end
40
```
41
42
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.
+and `applyf` is a function with just one method that supports `Any` argument at all.
44
When you call `applyf`, Julia will compile _specialized_ versions on demand for the
45
particular types of `container` that you're using at that moment, even though I didn't
46
specify a single type in its definition.
0 commit comments