Skip to content

Commit

Permalink
fix(docs): Remove extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 committed Nov 13, 2024
1 parent 79f4be9 commit 18e58d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static final DeferredHolder<Block, SlabBlock> EXAMPLE_BLOCK_2 = BLOCKS.re
// Our registry name.
"example_block"
// A function creating the object we want to register
// given its registry name as a ResourceLocation.
// given its registry name as a ResourceLocation.
registryName -> new SlabBlock(...)
);
```
Expand All @@ -73,7 +73,7 @@ public static final Supplier<SlabBlock> EXAMPLE_BLOCK_2 = BLOCKS.register(
// Our registry name.
"example_block"
// A function creating the object we want to register
// given its registry name as a ResourceLocation.
// given its registry name as a ResourceLocation.
registryName -> new SlabBlock(...)
);
```
Expand Down

1 comment on commit 18e58d6

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 18e58d63c8c70dec204aa52e5a526258aec36bb0
Status: ✅ Deploy successful!
Preview URL: https://152a8d47.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-178.neoforged-docs-previews.pages.dev

Please sign in to comment.