Skip to content

Commit

Permalink
#127 md typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 10, 2024
1 parent af8a986 commit 91b0172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The first part of the `+alias` meta may only contain the name
of the object, not its FQN. For example, here is how it may look
in EO:

```
```eo
+alias stdout org.eolang.io.stdout
# Basic object.
Expand All @@ -13,7 +13,7 @@ in EO:
"Hello, world!\n"
```

Here, the `stdout` part of the `+alias` meta is the name of the
Here, the `stdout` part of the `+alias` meta is the name of the
object used later in the code. It will automatically be replaced
with `org.eolang.io.stdout`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The second part of the `+alias` meta may only contain FQN
(fully qualified name) of the object. For example, here is how it may look
in EO:

```
```eo
+alias stdout org.eolang.io.stdout
# Basic object.
Expand Down

0 comments on commit 91b0172

Please sign in to comment.