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

Test rb #7

Merged
merged 68 commits into from
Dec 7, 2024
Merged

Test rb #7

merged 68 commits into from
Dec 7, 2024

Conversation

datpmt
Copy link
Owner

@datpmt datpmt commented Dec 7, 2024

No description provided.

@@ -2,6 +2,8 @@ def greeting(name)
puts "Hello, #{name}! Welocome to the Ruby typos test."
puts 'languege' # typo
puts 'knowlege' # typo
puts 'knowlege: languege' # typo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
puts 'knowlege: languege' # typo
puts 'knowledge: language' # typo

Should replace knowlege with knowledge, languege with language.

@@ -2,6 +2,8 @@ def greeting(name)
puts "Hello, #{name}! Welocome to the Ruby typos test."
puts 'languege' # typo
puts 'knowlege' # typo
puts 'knowlege: languege' # typo
puts 'welcom'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
puts 'welcom'
puts 'welcome'

Should replace welcom with welcome.

@datpmt datpmt merged commit 897dee2 into main Dec 7, 2024
1 check passed
@datpmt datpmt deleted the test-rb branch December 8, 2024 01:06
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