Skip to content

Commit da8958a

Browse files
committed
Escape pipe
1 parent 27ce843 commit da8958a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2021-07-21-scala-3.0.2RC1-is-here.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Keeping in mind how important metaprogramming has become to Scala developers (es
112112
# Other notable improvements
113113

114114
- Add Scala 3 batch commands for Windows [#13006](https://github.com/lampepfl/dotty/pull/13006)
115-
- Fix [#12981](https://github.com/lampepfl/dotty/issues/12981): show diagnostics levels (warn | error) in REPL [#13000](https://github.com/lampepfl/dotty/pull/13000)
115+
- Fix [#12981](https://github.com/lampepfl/dotty/issues/12981): show diagnostics levels (warn \| error) in REPL [#13000](https://github.com/lampepfl/dotty/pull/13000)
116116
- Add no links warning setting to scaladoc [#12936](https://github.com/lampepfl/dotty/pull/12936)
117117
- Use WeakHashSet instead of HashSet for hash-consing types [#12935](https://github.com/lampepfl/dotty/pull/12935)
118118
- Balance And/Or types when forming lubs and glbs [#12928](https://github.com/lampepfl/dotty/pull/12928)

0 commit comments

Comments
 (0)