Skip to content

Commit 0a751a0

Browse files
Merge pull request rails#43480 from hachi8833/hachi8833-patch-1
Fix typo in upgrading_ruby_on_rails.md [ci-skip]
2 parents 573bba3 + eb1a9dd commit 0a751a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The private API of `ActiveSupport::Dependencies` has been deleted. That includes
102102

103103
A few of highlights:
104104

105-
* If you used `ActiveSupport::Dependencies.constantize` or ``ActiveSupport::Dependencies.safe_constantize`, just change them to `String#constantize` or `String#safe_constantize`.
105+
* If you used `ActiveSupport::Dependencies.constantize` or `ActiveSupport::Dependencies.safe_constantize`, just change them to `String#constantize` or `String#safe_constantize`.
106106

107107
```ruby
108108
ActiveSupport::Dependencies.constantize("User") # NO LONGER POSSIBLE

0 commit comments

Comments
 (0)