Skip to content

Commit

Permalink
Merge pull request #382 from jvalue/update-docs-381
Browse files Browse the repository at this point in the history
Update docs to be in line with working code
  • Loading branch information
rhazn authored Jun 28, 2023
2 parents 6dbafa6 + 71f22c7 commit 1124884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/extensions/std/lang/src/file-picker-meta-inf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class FilePickerMetaInformation extends BlockMetaInformation {
this.docs.examples = [
{
code: `block AgencyFilePicker oftype FilePicker {
path: "./agency.txt";
path: "/agency.txt";
}`,
description:
'Tries to pick the file `agency.txt` from the root of the provided `FileSystem`. If `agency.txt` exists it is passed on as `File`, if it does not exist the execution of the pipeline is aborted.',
Expand Down

0 comments on commit 1124884

Please sign in to comment.