From 3b466ce03af97f01d3e38275fc76af2f76d55ef5 Mon Sep 17 00:00:00 2001 From: William Ugalde Gamboa Date: Thu, 19 Oct 2023 10:22:01 -0600 Subject: [PATCH] Fix typo in String#to_b doc --- lib/core/facets/boolean.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/facets/boolean.rb b/lib/core/facets/boolean.rb index ec4dae06..975cb931 100644 --- a/lib/core/facets/boolean.rb +++ b/lib/core/facets/boolean.rb @@ -86,7 +86,7 @@ class String # # All other strings return false. # - # Here are some exmamples. + # Here are some examples. # # "true".to_b #=> true # "yes".to_b #=> true