Skip to content

Commit 73bd411

Browse files
committed
Typo
1 parent bdf0128 commit 73bd411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/io-types/digital-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var config = DigitalInput.newConfigBuilder(pi4j)
3737

3838
var input = pi4j.din().create(config);
3939
```
40-
s
40+
4141
Once an input has been initialized, a listener can be attached to execute code on state changes of the input.
4242

4343
```java

0 commit comments

Comments
 (0)