Skip to content

Commit

Permalink
Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz committed Mar 18, 2018
1 parent 7196e4e commit dec5f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Operator for mathematical division.
* Example: "6/2" => 3, "6/0" => http://php.net/manual/en/class.divisionbyzeroerror.php
* Example: "6/2" => 3, "6/0" => PHP warning
* @see https://en.wikipedia.org/wiki/Division_(mathematics)
*
* @package ChrisKonnertz\StringCalc\Symbols\Concrete\Operators
Expand Down

0 comments on commit dec5f17

Please sign in to comment.