Skip to content

Commit f9b4953

Browse files
authored
Fix header size
1 parent 4c99825 commit f9b4953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-01-23-classic-rails-autoloading-and-singleton-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ As defined, the nesting inside `PolicyService.create_policy` is:
252252

253253
As a result, `PolicyService.create_policy` works as expected, first checking for `RatingService` in `SomeNamespace::PolicyService`, then `SomeNamespace` and finally at the top level via `::RatingService`.
254254

255-
## Variant 2: `class << self` (singleton class scope)
255+
### Variant 2: `class << self` (singleton class scope)
256256

257257
Subtly different, the nesting for `PolicyService.create_policy2` is:
258258

0 commit comments

Comments
 (0)