Skip to content
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

Syntax fix for docs/index.rts #15244

Closed
aaronzshey opened this issue Jul 6, 2024 · 0 comments
Closed

Syntax fix for docs/index.rts #15244

aaronzshey opened this issue Jul 6, 2024 · 0 comments

Comments

@aaronzshey
Copy link

Page

https://docs.soliditylang.org/en/v0.8.26/

Abstract

"Solidity is statically typed, supports inheritance, libraries, and complex user-defined types, among other features."

This sentence is awkward, due to its chaining of adjectives, verbs, and nouns (statically typed (adj), supports inheritance (compound verb), libraries and complex types (nouns)).

Here's a better way of writing it:

"Solidity is a statically typed language that supports inheritance, libraries, and complex user-defined types, among other features."

#15243

@nikola-matic nikola-matic closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants