correct sentence

This commit is contained in:
Christian Bräunlich 2022-04-02 18:29:51 +02:00 committed by GitHub
parent 3684393375
commit 0bed50ad01
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.