Skip to content

Commit 022be29

Browse files
authored
Merge pull request #375 from ut-code/add-inline-code-block-in-module-section
Add inline code block in module section
2 parents b715179 + 57b86ef commit 022be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-web-servers/03-module/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ console.log(format(new Date(), "yyyy年MM月dd日"));
245245

246246
## 課題
247247

248-
1. サンプルコードの dateFns 変数の中身をデバッガで観察してみましょう。
248+
1. サンプルコードの `dateFns` 変数の中身をデバッガで観察してみましょう。
249249
2. [`mathjs` パッケージ](https://www.npmjs.com/package/mathjs)は、JavaScript で複雑な計算を行うためのライブラリです。このライブラリを用いて、$\log(x)$ を $x$ について微分した式を求めてください。
250250
<Answer>
251251

0 commit comments

Comments
 (0)