docs: fix Solidity struct syntax in Infinity manage-liquidity guide (2026-04-20)#77
Open
chef-eric wants to merge 1 commit into
Open
docs: fix Solidity struct syntax in Infinity manage-liquidity guide (2026-04-20)#77chef-eric wants to merge 1 commit into
chef-eric wants to merge 1 commit into
Conversation
…2026-04-20) Replace `:` with `;` (and restore `//` comment markers) in CL_MINT_POSITION, CL_BURN_POSITION, CL_INCREASE_LIQUIDITY, and CL_DECREASE_LIQUIDITY struct examples. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Sync — 2026-04-20 (auto-applied, low-risk)
Scan target:
infinity-core. Low-risk mechanical fixes applied automatically by the doc-sync agent.Syntax fixed
In
docs/pages/contracts/infinity/guides/manage-liquidity.mdx, seven Solidity struct field declarations used:instead of;(and in two cases dropped the//comment marker). These are copy/paste typos — a developer copying the example would get a compile error.Affected lines: 122, 132, 133, 150, 151, 162, 163 (structs for
CL_MINT_POSITION,CL_BURN_POSITION,CL_INCREASE_LIQUIDITY,CL_DECREASE_LIQUIDITY).Pages updated
docs/pages/contracts/infinity/guides/manage-liquidity.mdxAuto-applied by doc-sync agent (low-risk only). @cheferic @chef-miso FYI.