Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(UUF) Address feedback on about_* topics #11173

Merged
merged 3 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. (AB#262055) Fix example in about_Function_Provider

    This change:
    
    - Addresses an invalid example in the `about_Function_Provider` topic,
      removing an extraneous colon (`:`).
    - Fixes AB#262055
    michaeltlombardi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a48223b View commit details
    Browse the repository at this point in the history
  2. (AB#262067) Add example of invoking function to about_Functions

    This change:
    
    - Adds a short example of invoking a newly-defined function to the
      `about_Functions` topic.
    - Fixes AB#262067
    michaeltlombardi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dc043de View commit details
    Browse the repository at this point in the history
  3. (AB#262073) Add functional example to about_For

    Prior to this change, the `about_For` topic included
    syntactic examples to show and discuss how to create
    and use `for` loops, but no practical examples.
    
    This change:
    
    - Renames the existing section from `Examples` to
      `Syntax examples` to accurately describe its content.
    - Adds a new `Functional example` section with a longer
      practical example that shows using `for` loops to find,
      rename, and compare files in a folder.
    - Fixes AB#262073
    michaeltlombardi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aa5fff7 View commit details
    Browse the repository at this point in the history