From 26dff7d054204a19603a24377c1278f79eca7bf9 Mon Sep 17 00:00:00 2001 From: Jianfeng Jiang Date: Fri, 1 Mar 2024 06:30:25 +0000 Subject: [PATCH] Fix typo in OSDK documentation --- docs/src/osdk/guide/work-in-workspace.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/osdk/guide/work-in-workspace.md b/docs/src/osdk/guide/work-in-workspace.md index f1631da72..b75c798ef 100644 --- a/docs/src/osdk/guide/work-in-workspace.md +++ b/docs/src/osdk/guide/work-in-workspace.md @@ -80,6 +80,7 @@ This function will call the function from `mymodule`: fn kernel_main() { let avail_mem_as_mb = mymodule::available_memory() / 1_000_000; println!("The available memory is {} MB", avail_mem_as_mb); +} ``` ## Building and Running the kernel