From ab6fb6f6144f589326d0a9142f9271b3cc00145a Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Mon, 10 Jan 2022 15:14:53 -0600 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a0048..3fc4167 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ type. This means that if you wish to use a layout function on a struct you must define an alias for it before the type can be used as a type in `defcfn`. In cases where a pointer to some data is required to pass as an argument to a -native function, but dosn't need to be read back in, the `pointer` primitive +native function, but doesn't need to be read back in, the `pointer` primitive type can take a type argument. ```clojure