Skip to content

Commit d7b78fc

Browse files
committed
Fix typo
1 parent 961cb6f commit d7b78fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.0](https://github.com/BlackBonjour/php-mox/tree/0.1.0) - 2017-10-19
7+
## [0.1.0](https://github.com/BlackBonjour/php-binary/tree/0.1.0) - 2017-10-19
88
### Added
99
- Added binary (file) reader
1010
- Added helper class for various stuff

src/BinaryReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Binary reader
77
*
88
* @author Erick Dyck <info@erickdyck.de>
9-
* @since 19.10.2017
9+
* @since 18.10.2017
1010
* @package BlackBonjour\Binary
1111
* @copyright Copyright (c) 2017 Erick Dyck
1212
*/

0 commit comments

Comments
 (0)