mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 01:26:20 +00:00
Fix typo in speaker documentation (#1209)
This commit is contained in:
parent
955b9c7d28
commit
1c890e5a5c
@ -32,7 +32,7 @@ import java.util.*;
|
||||
import static dan200.computercraft.api.lua.LuaValues.checkFinite;
|
||||
|
||||
/**
|
||||
* The speaker peirpheral allow your computer to play notes and other sounds.
|
||||
* The speaker peripheral allows your computer to play notes and other sounds.
|
||||
* <p>
|
||||
* The speaker can play three kinds of sound, in increasing orders of complexity:
|
||||
* - {@link #playNote} allows you to play noteblock note.
|
||||
|
Loading…
Reference in New Issue
Block a user