boluor opened a new pull request, #3756: URL: https://github.com/apache/doris-website/pull/3756
## Summary Two unrelated but small fixes: 1. **\`numeric-functions/random.md\` (zh)** — \`<b>\` parameter description read \"随机数的上限 必须小于下限\" (upper bound must be **less than** lower bound), which is backwards. Corrected to \"必须大于下限\" across zh current / 2.1 / 3.x / 4.x. 2. **\`basic-element/operators/bitwise-operators.md\` (EN + zh)** — the OR-row example \`SELECT 1 | 2\` had a literal \`|\` inside an inline-code cell, which the Docusaurus table renderer truncates to ``SELECT 1`` (visible on the live site). Escape the pipe with \`|\` so it renders as \`SELECT 1 | 2\`. Applied to all 8 maintained-version files. Fixes #2464 Fixes #2463 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
