We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb17e commit 7913affCopy full SHA for 7913aff
include/ruby/internal/intern/string.h
@@ -970,8 +970,8 @@ st_index_t rb_str_hash(VALUE str);
970
*
971
* @param[in] str1 A string.
972
* @param[in] str2 Another string.
973
- * @retval 1 They have identical contents, length, and encodings.
974
- * @retval 0 Otherwise.
+ * @retval 0 They have identical contents, length, and encodings.
+ * @retval 1 Otherwise.
975
* @pre Both objects must not be any arbitrary objects except
976
* ::RString.
977
0 commit comments