Skip to content

Commit d6def8f

Browse files
committed
Fix pen blocks extension name
1 parent c0f7013 commit d6def8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/penblocks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using namespace libscratchcpp;
1717

1818
std::string PenBlocks::name() const
1919
{
20-
return "Pen";
20+
return "pen";
2121
}
2222

2323
std::string PenBlocks::description() const

0 commit comments

Comments
 (0)