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

Typo Update builtins.ts #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Typo Update builtins.ts #139

wants to merge 1 commit into from

Conversation

mdqst
Copy link

@mdqst mdqst commented Nov 19, 2024

Description

The word "infered" in the UndefinedValue class constructor was corrected to "inferred".

Original Code:

Value cannot be infered from undefined cell value at offset ${offset}

Corrected Code:

Value cannot be inferred from undefined cell value at offset ${offset}

Reason for Change:
The word "infered" was mistakenly used, but the correct past participle form of the verb "infer" is "inferred", not "infered." This is an important grammatical rule and fixing it ensures that the message is both technically accurate and professionally written.

Impact

This change improves the clarity and correctness of the error message. Although the error may not affect the functionality of the code, it is important for maintaining proper grammar and ensuring the readability of messages in the codebase, especially when they are exposed to users or developers for debugging purposes.

Fix typo in UndefinedValue class constructor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant