Skip to content

Commit 9d455fa

Browse files
arislianghx-guo
authored andcommitted
Update workflow-tips.md
fix typo. 英文反括号配合之前的英文开括号。
1 parent bffcd3d commit 9d455fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zh_CN/doc/src/manual/workflow-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The-Julia-REPL
5757

5858
* 使用 `include("tst.jl")` 来在 Julia REPL 中 `include` `tst.jl` 文件。
5959

60-
* **打肥皂,冲洗,重复。**(译者注:此为英语幽默,被称为[“洗发算法”](https://en.wikipedia.org/wiki/Lather,_rinse,_repeat描述洗头发的过程)在 `julia` REPL 中摸索不同的想法,把好的想法存入 `tst.jl`。要在 `tst.jl` 被更改后执行它,只需再次 `include` 它。
60+
* **打肥皂,冲洗,重复。**(译者注:此为英语幽默,被称为[“洗发算法”](https://en.wikipedia.org/wiki/Lather,_rinse,_repeat)描述洗头发的过程) `julia` REPL 中摸索不同的想法,把好的想法存入 `tst.jl`。要在 `tst.jl` 被更改后执行它,只需再次 `include` 它。
6161

6262
## 基于浏览器的工作流程
6363

0 commit comments

Comments
 (0)