Skip to content

Commit 105a8a2

Browse files
Update message in SetDigitalInstruction
1 parent 97e1f17 commit 105a8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract_command_language/src/set_digital_instruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void SetDigitalInstruction::setDescription(const std::string& description) { des
6262

6363
void SetDigitalInstruction::print(const std::string& prefix) const // NOLINT
6464
{
65-
std::cout << prefix + "Set Analog Instruction, Key: " << key_ << ", Index: " << index_ << ", Value: " << value_;
65+
std::cout << prefix + "Set Digital Instruction, Key: " << key_ << ", Index: " << index_ << ", Value: " << value_;
6666
std::cout << ", Description: " << getDescription() << "\n";
6767
}
6868

0 commit comments

Comments
 (0)