Skip to content

Commit

Permalink
fix: typo in word "single" (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnkmpf authored Aug 24, 2023
1 parent a3d7170 commit 4510137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testItEncodesMultipleValues(): void
));
}

public function testItDecodesFromSyngleBytes(): void
public function testItDecodesFromSingleBytes(): void
{
$this->assertEquals([0x00], vlq_decode([0x00]));
$this->assertEquals([0x40], vlq_decode([0x40]));
Expand Down

0 comments on commit 4510137

Please sign in to comment.