Skip to content

Commit b45a343

Browse files
committed
update
1 parent 6daef14 commit b45a343

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • _site/0-book/unit-3/section-1
  • src/content/docs

_site/0-book/unit-3/section-1/0-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Now, let's consider the behavior of this `flippedPipeOp`.
6969
>
7070
> In other words, `flippedPipeOp` is equivalent to `fun f -> f`.
7171
72-
> **It's the identity HOF for functions of type `'a -> 'b`.
72+
> **It's the identity HOF for functions of type `'a -> 'b`.**
7373
7474
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1747796419002.png)
7575

src/content/docs/en/book/unit-3/section-1/0-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now, let's consider the behavior of this `flippedPipeOp`.
7474
>
7575
> In other words, `flippedPipeOp` is equivalent to `fun f -> f`.
7676
77-
> **It's the identity HOF for functions of type `'a -> 'b`.
77+
> **It's the identity HOF for functions of type `'a -> 'b`.**
7878
7979
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1747796419002.png)
8080

src/content/docs/ja/book/unit-3/section-1/0-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now, let's consider the behavior of this `flippedPipeOp`.
7474
>
7575
> In other words, `flippedPipeOp` is equivalent to `fun f -> f`.
7676
77-
> **It's the identity HOF for functions of type `'a -> 'b`.
77+
> **It's the identity HOF for functions of type `'a -> 'b`.**
7878
7979
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1747796419002.png)
8080

0 commit comments

Comments
 (0)