Skip to content

Conversation

@BenjaminMichaelis
Copy link
Member

Summary

Fixes #844

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes incorrect inline comments in a C# slicing example. The removed comments incorrectly stated that languages[..] and languages[0..^0] would return "Python, Lisp, JavaScript", when both expressions actually return all elements in the array.

  • Removes misleading inline comments that contradicted the actual behavior of the slicing operations
  • Retains the correct comments on the lines above that accurately describe the output

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BenjaminMichaelis BenjaminMichaelis merged commit c246bbe into v13.0 Dec 3, 2025
12 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the bmichaelis/844 branch December 3, 2025 02:10
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.

Listing 3.26 Examples of the Range Operator

2 participants