From 578334d33d6ba462589112c1aa4a590be7fbb13e Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Thu, 9 May 2024 20:35:28 -0700 Subject: [PATCH] fix link to `mel.unwrap` (#180) --- docs/communicate-with-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/communicate-with-javascript.md b/docs/communicate-with-javascript.md index 71475fdd0..cb0a46919 100644 --- a/docs/communicate-with-javascript.md +++ b/docs/communicate-with-javascript.md @@ -790,7 +790,7 @@ These attributes are used to annotate arguments in `external` definitions: - [`mel.this`](#modeling-this-based-callbacks): bind to `this` based callbacks - [`mel.uncurry`](#binding-to-callbacks): define function arguments as uncurried (automated) -- [`mel.unwrap`](#approach-2-polymorphic-variant-bsunwrap): unwrap variant +- [`mel.unwrap`](#approach-2-polymorphic-variant-mel-unwrap): unwrap variant values These attributes are used in places like records, fields, arguments, functions,