Merge pull request #2643 from ndrscodes/patch-2

docs: update broken reference in basic_application.adoc
This commit is contained in:
Ulf Lilleengen 2024-03-01 10:39:49 +00:00 committed by GitHub
commit e70663765a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ Then, what follows are some declarations on how to deal with panics and faults.
[source,rust]
----
include::example$basic/src/main.rs[lines="10"]
include::example$basic/src/main.rs[lines="8"]
----
=== Task declaration