Skip to content

Conversation

@kianmeng
Copy link

This Pull Request fixes/closes #{issue_num}.

It changes the following:

  • Fix typos found via typos --hidden --format brief

I followed the checklist:

  • I added unittests
  • I ran make check without errors
  • I tested the overall application
  • I added an appropriate item to the changelog
Copy link
Collaborator

@extrawurst extrawurst left a comment

Choose a reason for hiding this comment

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

thanks!


tree.collapse(1, false);

let visibles = get_visible(&tree);
Copy link

Choose a reason for hiding this comment

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

I think this one was actually right, or at least intentional -- get_visible returns for each tree item whether it's visible or not, so a list of visibles, so a visibles. If anything, I would rename both the variable and the helper function to visibilities and get_visibilities, respectively

Copy link
Author

Choose a reason for hiding this comment

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

@ada4a FYI. I tried update the changes, but obtain lots of errors during make check. Hence, I reverted the changes to keep the fixes small.

Found via `typos --hidden --format brief`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants