Skip to content

Commit 8b4fefc

Browse files
committed
WIP SIP section
1 parent 020b1eb commit 8b4fefc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_sips/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Scala Improvement Process
77
<div style="font-size: 1.25rem; color: #073642; font-weight: 400; font-family: 'Roboto Slab', serif; margin-bottom: 18px;"> There are <strong>two</strong> ways to make changes to Scala.</div>
88

99
<ol style="margin-bottom: 24px;">
10-
<li style="margin-bottom: 4px;">Library changes, typically the Scala standard library and other central libraries.</li>
10+
<li style="margin-bottom: 4px;">Library changes, typically to the Scala standard library and other central libraries.</li>
1111
<li style="margin-bottom: 4px;">Compiler/language changes.</li>
1212
</ol>
1313

@@ -18,14 +18,13 @@ language.
1818

1919
## Scala Platform Process (SPP)
2020

21-
For changes and additions to the Scala core libraries, a process called the
22-
Scala Platform Process (SPP) exists.
23-
2421
The Scala Platform aims to be a stable collection of libraries with widespread
2522
use and a low barrier to entry for beginners and intermediate users. The
2623
Platform consists of several independent modules that solve specific problems.
2724
The Scala community sets the overall direction of the Platform.
2825

26+
<a class="button" href="https://scalacenter.github.io/platform-staging/platform.html">Learn more</a>
27+
2928

3029

3130
## Scala Improvement Process (SIP)

0 commit comments

Comments
 (0)