From ed65da4340b79aa92c029ce872fe8a6dae129dda Mon Sep 17 00:00:00 2001 From: Tasia Date: Mon, 19 Feb 2024 19:26:15 +0100 Subject: [PATCH] doc: typos --- core/core.js | 2 +- core/http.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js b/core/core.js index 8d90f141..3155da51 100644 --- a/core/core.js +++ b/core/core.js @@ -245,7 +245,7 @@ async function getSessionProcessBlob(blobId, session, options) { * @returns */ async function getProcessBlob(blobId, key, options) { - // TODO(tasiaiso): break this down + // TODO(tasiaiso): break this down ? let process = gProcesses[key]; if (!process && !(options && "create" in options && !options.create)) { diff --git a/core/http.js b/core/http.js index dd861d1a..ecf75dd9 100644 --- a/core/http.js +++ b/core/http.js @@ -1,6 +1,6 @@ /** * TODOC - * TODO: document so we can make this improve + * TODO: document so we can improve this * @param {*} url * @returns */