From e31a604105a0ffa322396455785434dd6cdf51bc Mon Sep 17 00:00:00 2001 From: Neon <1169307+neon-dev@users.noreply.github.com> Date: Fri, 20 May 2022 00:13:14 +0200 Subject: [PATCH] Remove nonexisting function --- embed/crate/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/crate/api.md b/embed/crate/api.md index 67b0190..fb72535 100644 --- a/embed/crate/api.md +++ b/embed/crate/api.md @@ -45,7 +45,7 @@ type notify = ( content: string timeout?: number } - ) => { hide: Function; delete: Function } + ) => { hide: Function } ``` ::: Displays a notification message to the user. Markdown supported