diff --git a/22nd-Developer-Meeting-in-A-Coruña,-Spain.md b/22nd-Developer-Meeting-in-A-Coruña,-Spain.md index 5e5beec..9f41c07 100644 --- a/22nd-Developer-Meeting-in-A-Coruña,-Spain.md +++ b/22nd-Developer-Meeting-in-A-Coruña,-Spain.md @@ -111,7 +111,7 @@ If you are coming to a QGIS Developer event for the first time, you may be a lit ### Expression editor autocompletion improvements The QGIS Expression builder offers [autocompletion support since QGIS 3.4](http://changelog.qgis.org/en/qgis/version/3.4-LTR/#code-completion-for-expression-builder). This vastly increases productivity while working with the expression editor. -However, a lot of functions still don't show up their parameters `(...)` instead of `(layer, attribute, value)`. +However, a lot of functions still don't show up their parameters `get_feature(...)` instead of `get_feature(layer, attribute, value)`. In this stream, we will learn how we can migrate functions so they show up with their parameters. If at the same time function descriptions and documentation can be improved, even better.