Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-10-07 10:40:13 -03:00 committed by GitHub
parent 23b7bd05fd
commit aee1043274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,7 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
## Fork concept ## Fork concept
Is the implementation of new software based on existing software. The branch takes advantage of the data already used in other software to generate a new one. Is the implementation of new software based on existing software. The branch takes advantage of the data already used in other software to generate a new one.
This in some way contributes to a better understanding of how it works.
## How To... ## How To...