Fixed small error in the help-examples for the get command (#12877)

# Description

Another small error in Help, this time for the `get` command example.

# User-Facing Changes

Help only
This commit is contained in:
NotTheDr01ds 2024-05-15 13:49:08 -04:00 committed by GitHub
parent 72b880662b
commit b08135d877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ If multiple cell paths are given, this will produce a list of values."#
},
Example {
description:
"Extract the name of the 3rd record in a list (same as `ls | $in.name`)",
"Extract the name of the 3rd record in a list (same as `ls | $in.name.2`)",
example: "ls | get name.2",
result: None,
},