-
Notifications
You must be signed in to change notification settings - Fork 181
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
Fix typos #566
Fix typos #566
Conversation
lib/pg/basic_type_registry.rb
Outdated
@@ -207,12 +207,12 @@ def register_type(format, name, encoder_class, decoder_class) | |||
|
|||
# Alias the +old+ type to the +new+ type. | |||
def alias_type(format, new, old) | |||
[:encoder, :decoder].each do |ende| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ende
means encoder-decoder in this context. It is no spelling mistake.
Thank you very much for scanning and correction! It's all OK with the exception of ende->end. |
Nice - thank you! |
@@ -543,7 +543,7 @@ Init_pg_ext(void) | |||
/* Result#result_error_field argument constant | |||
* | |||
* The SQLSTATE code for the error. | |||
* The SQLSTATE code identies the type of error that has occurred; it can be used by front-end applications to perform specific operations (such as error handling) in response to a particular database error. | |||
* The SQLSTATE code identities the type of error that has occurred; it can be used by front-end applications to perform specific operations (such as error handling) in response to a particular database error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: identifies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.
@@ -171,7 +171,7 @@ module Checker | |||
include Checker | |||
|
|||
def initialize | |||
# The key of these hashs maps to the `typname` column from the table pg_type. | |||
# The key of these hashes maps to the `typname` column from the table pg_type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #567 to better describe the content of @coders_by_name
. Is it OK?
As suggested in ged#566 (review)
🥳 🥳 🥳 🥳 🥳 |
Found via
codespell -L te,wronly,noes,nulll
andtypos --format brief