Skip to content

docs: fix Solidity struct syntax in Infinity manage-liquidity guide (2026-04-20)#77

Open
chef-eric wants to merge 1 commit into
masterfrom
doc-sync/2026-04-20-infinity
Open

docs: fix Solidity struct syntax in Infinity manage-liquidity guide (2026-04-20)#77
chef-eric wants to merge 1 commit into
masterfrom
doc-sync/2026-04-20-infinity

Conversation

@chef-eric
Copy link
Copy Markdown
Contributor

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.mdx

Auto-applied by doc-sync agent (low-risk only). @cheferic @chef-miso FYI.

…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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pancake-developer Ready Ready Preview, Comment Apr 20, 2026 8:17am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant