From 87225a7eedf63be2921576f6e515c8936ff8bcb3 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Wed, 11 Sep 2019 17:17:36 +0200 Subject: [PATCH] Updated ide.read (markdown) --- ide.read.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide.read.md b/ide.read.md index b3d9a85..1b26cb5 100644 --- a/ide.read.md +++ b/ide.read.md @@ -13,7 +13,7 @@ | Parameter | Type | Required | Description | | ------------ |:--------:|:------------------:| --------------------------- | | *filename* | `string` | :heavy_check_mark: | Full path or basename of a file. | -| *patterns* | `array` | | Expects a list of glob patterns that will be matched against the absolute paths of file system nodes. **Important**: symbolic links are always resolved. | +| *patterns* | `array` | | Expects a list of [glob](https://en.wikipedia.org/wiki/Glob_(programming)) patterns that will be matched against the absolute paths of file system nodes. **Important**: symbolic links are always resolved. | ***