Skip to content

Commit 0c9e5bf

Browse files
committed
fix
1 parent 1235ff0 commit 0c9e5bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v10.18.1

src/content/1/zh/part1b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const result = average(2, 5)
289289
<!-- <h3>Exercises 1.3.-1.5.</h3>-->
290290
<h3>练习1.3.-1.5.</h3> </h3
291291
292-
<!-- <i>We continue building the application that we started working on in the previous exercises. You can write the code into the same project, since we are only interested in the final state of the submitted application.</i>-->
292+
293293
<i>我们将继续构建我们在之前练习中开始编写的应用程序。您可以将代码编写到同一个项目中,因为我们只对提交的应用程序的最终状态感兴趣。<i>
294294

295295
<!-- **Pro-tip:** you may run into issues when it comes to the structure of the <i>props</i> that components receive. A good way to make things more clear is by printing the props to the console, e.g. as follows:-->

0 commit comments

Comments
 (0)