Skip to content

Remove needless spaces #1501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ sections:
- title: Online Courses, Exercises, & Blogs
url: /learn.html
- title: Books
url: /books.html
url: /books.html

- title: "Returning Users"
- title: "Returning Users"
links:
- title: "API"
description: "API documentation for every version of Scala."
Expand All @@ -46,7 +46,7 @@ sections:
- title: "Cheatsheet"
description: "A handy cheatsheet covering the basics of Scala's syntax."
icon: "fa fa-list"
link: /cheatsheets/index.html
link: /cheatsheets/index.html
- title: "Scala FAQs"
description: "A list of frequently-asked questions about Scala language features and their answers."
icon: "fa fa-question-circle"
Expand All @@ -56,7 +56,7 @@ sections:
icon: "fa fa-book"
link: https://scala-lang.org/files/archive/spec/2.13/

- title: "Scala Evolution"
- title: "Scala Evolution"
links:
- title: "SIPs"
description: "The Scala Improvement Process. Language & compiler evolution."
Expand Down