From 29d9cf2f99af17d2fe19e0b66aae6120776f9e36 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 2 Feb 2024 09:01:11 +0000 Subject: [PATCH] feat(docs): update docs Updates the docs. See details in [workflow run]. [Workflow Run]: https://github.com/pluto-lang/website/actions/runs/7753642225 ------ *Automatically created via the 'update-docs' workflow* --- pages/documentation/design/_meta.en.json | 3 ++- pages/documentation/design/_meta.zh-CN.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/documentation/design/_meta.en.json b/pages/documentation/design/_meta.en.json index 706b1fb..ac4c5e6 100644 --- a/pages/documentation/design/_meta.en.json +++ b/pages/documentation/design/_meta.en.json @@ -1,3 +1,4 @@ { - "capture-value": "Runtime Access to Values Generated by Infrastructure Code at Compile Time" + "capture-value": "Runtime Access to Values Generated by Infrastructure Code at Compile Time", + "closure-mode": "Execution Mode Based on Compute Closures" } diff --git a/pages/documentation/design/_meta.zh-CN.json b/pages/documentation/design/_meta.zh-CN.json index f416a2d..fd49ce6 100644 --- a/pages/documentation/design/_meta.zh-CN.json +++ b/pages/documentation/design/_meta.zh-CN.json @@ -1,3 +1,4 @@ { - "capture-value": "运行时函数访问基础设施代码在编译时生成的值" + "capture-value": "运行时函数访问基础设施代码在编译时生成的值", + "closure-mode": "基于计算闭包的执行模式" }