Skip to content

Conversation

@EduardAkhmetshin
Copy link
Contributor

Which issue does this PR close?

What changes are included in this PR?

Fixed exaxmple headers and removes empty first lines

Are these changes tested?

Yes

Are there any user-facing changes?

Yes, the following doc pages will be updated:
https://docs.rs/arrow/latest/arrow/compute/fn.min_boolean.html
https://docs.rs/arrow/latest/arrow/compute/fn.max_boolean.html
https://docs.rs/arrow/latest/arrow/compute/fn.lexsort.html
https://docs.rs/arrow/latest/arrow/compute/fn.take_record_batch.html
https://docs.rs/arrow/latest/arrow/compute/fn.shift.html

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 29, 2025
///
/// ```
/// # Example
/// ```rust
Copy link
Contributor

Choose a reason for hiding this comment

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

rust technically isn't needed, by default the blocks are already assumed to be Rust code

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Removed.

@Jefffrey Jefffrey added documentation Improvements or additions to documentation and removed arrow Changes to the arrow crate labels Dec 30, 2025
@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 30, 2025
@Jefffrey Jefffrey removed the arrow Changes to the arrow crate label Dec 31, 2025
@Jefffrey Jefffrey merged commit 843bee2 into apache:main Dec 31, 2025
26 checks passed
@Jefffrey
Copy link
Contributor

Thanks @EduardAkhmetshin

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

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Empty first line in some code examples

2 participants