Skip to content

Commit e320276

Browse files
author
Alasdair Allan
authored
Merge pull request #2553 from un-simp/develop
Typo fixes
2 parents 92de842 + 027f45a commit e320276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/asciidoc/accessories/build-hat/net-brick.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ but you need to remember to dispose of the `brick` at the end of your code.
1616
brick.Dispose();
1717
----
1818

19-
WARNING: If you do not call `brick.Dispose()` you program will not terminate.
19+
WARNING: If you do not call `brick.Dispose()` your program will not terminate.
2020

2121
If you want to avoid calling `brick.Dispose` at the end, then create your brick with the `using` statement:
2222

@@ -104,7 +104,7 @@ void MotorPropertyEvent(object? sender, PropertyChangedEventArgs e)
104104

105105
==== Waiting for initialization
106106

107-
The brick can take long before it initializes. A wait for sensor to be connected has been implemented,
107+
The brick can take a long time before it initializes. A wait for a sensor to be connected has been implemented.
108108

109109
[csharp]
110110
----

0 commit comments

Comments
 (0)