Merge pull request #170 from christianbraeunlich/patch-1

correct sentence
This commit is contained in:
waldo 2022-04-05 14:17:18 +02:00 committed by GitHub
commit 17f423f02c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ codeunit 50405 "Scale Bar" implements IScale
## Benefits
This new codeunit, with public events, makes the events accessible from all places, including new apps that are dependent from this app, and wants to extend the
This new codeunit, with public events, makes the events accessible from all places, including new apps that are dependent from this app.
The naming convention (both starting with "IScale") also makes it very easy to find that corresponding events for the interface.