Skip to content

Commit 07989ce

Browse files
committed
minior tweaks
1 parent 83b5379 commit 07989ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_blogposts/2020-09-23-release-8-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ external readFileAsUtf8Sync : string -> (_[@as "utf8"]) -> string = "readFileSyn
4444
Note almost all previous attributes with `bs.xx` can be simplified as `xx`, except such two that
4545
we don't provide abbreviations:
4646

47-
- `bs.send.pipe` : this attribute was deprecated in favor of `bs.send`, you can still use the long one for backward compatibility.
47+
- `bs.send.pipe` : this attribute was deprecated in favor of `bs.send`, you can still use the existing one for backward compatibility.
4848

4949
- `bs.splice` : this attribute was deprecated in favor of `bs.variadic`, you can still use the existing one for
5050
backward compatibility.
@@ -110,8 +110,8 @@ You will get a type error
110110
Error: Unbound record field x
111111
```
112112

113-
However, since the compiler already knows the type of `u`, it is capable of looking up label `x` properly,
114-
in this release, we make such style work out of the box without adding a module prefix like `let {N.x} = ..`
113+
However, since the compiler already knows the type of `u`, it is capable of looking up the label `x` properly,
114+
in this release, we make such style work out of the box without the work around like adding a module prefix like `let {N.x} = ..`
115115

116116
## Build system enhancement
117117

0 commit comments

Comments
 (0)