Skip to content

Commit

Permalink
Merge branch 'feat/stream-codecs' of ghc:ChampionAsh5357/NeoForge-Doc…
Browse files Browse the repository at this point in the history
…s into feat/stream-codecs
  • Loading branch information
ChampionAsh5357 committed May 22, 2024
2 parents 291053f + 863eb14 commit 40bc937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datastorage/codecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public static final Codec<RecursiveObject> RECURSIVE_CODEC = Codec.recursive(
RecursiveObject.class.getSimpleName(), // This is for the toString method
recursedCodec -> RecordCodecBuilder.create(instance -> instance.group(
recursedCodec.optionalFieldOf("inner").forGetter(RecursiveObject::inner)
), RecursiveObject::new)
).apply(instance, RecursiveObject::new))
);
```

Expand Down

2 comments on commit 40bc937

@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: 40bc9378d08cfc0f56b2e57e1a93c2464e2ae8d6
Status: ✅ Deploy successful!
Preview URL: https://4cd1eb38.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-80.neoforged-docs-previews.pages.dev

@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: 40bc9378d08cfc0f56b2e57e1a93c2464e2ae8d6
Status: ✅ Deploy successful!
Preview URL: https://68c35a11.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-80.neoforged-docs-previews.pages.dev

Please sign in to comment.