From 652d94df34e97abe2d4a689edbc4270e7ead1a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 19:02:56 +0530 Subject: [PATCH] chore(doc): automatic vimdoc update (#5) Co-authored-by: s1n7ax --- doc/lua-async-await.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua-async-await.txt b/doc/lua-async-await.txt index 1e588cf..a2579a5 100644 --- a/doc/lua-async-await.txt +++ b/doc/lua-async-await.txt @@ -3,13 +3,13 @@ ============================================================================== Table of Contents *lua-async-await-table-of-contents* -1. Lua Async |lua-async-await-lua-async| +1. lua-async |lua-async-await-lua-async| - What |lua-async-await-what| - Why |lua-async-await-why| - How to use |lua-async-await-how-to-use| ============================================================================== -1. Lua Async *lua-async-await-lua-async* +1. lua-async *lua-async-await-lua-async* Synchronous like asynchronous for Lua.