From 6c34793daa669c10fe1447f49a67da182b49310b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 12 Jul 2023 17:37:25 +0200 Subject: [PATCH] fix deno-client docs --- deno-client/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-client/mod.ts b/deno-client/mod.ts index e8537df42e..8361c64589 100644 --- a/deno-client/mod.ts +++ b/deno-client/mod.ts @@ -121,8 +121,8 @@ export function getStatePath(): string { /** * Set a resource value by path - * @param path path of the resource to set, default to state path * @param value new value of the resource to set + * @param path path of the resource to set, default to state path * @param initializeToTypeIfNotExist if the resource does not exist, initialize it with this type */ export async function setResource(