Skip to content

Misspelling In Docs #125

@MohammedMMC

Description

@MohammedMMC

https://docs.advanced-peripherals.de/latest/peripherals/block_reader/#getblockname
the getblockname code example

shows:

local reader = peripheral.find("blockReader")

print("There is a " .. read.getBlockName() .. " in front.")

fix:

local reader = peripheral.find("blockReader")

print("There is a " .. reader.getBlockName() .. " in front.")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions