Skip to content

Commit 1c6276e

Browse files
committed
Merge branch 'master' of github.com:Space48/auto-value-php
2 parents 3e5cb23 + 139c8b3 commit 1c6276e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/why.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ the following characteristics:
77
* No runtime dependencies
88
* Negligible cost to performance
99
* Very few limitations on what your class can do
10-
* Extralinguistic "magic" kept to an absolute minimum (uses only standard Java
11-
platform technologies, in the manner they were intended)
10+
* Extralinguistic "magic" kept to an absolute minimum (uses only standard PHP
11+
technologies)
1212

1313
This [slide presentation] from the authors of the original AutoValue package for
1414
Java compares AutoValue to numerous alternatives and explains why they think it
1515
is better.
1616

17-
[slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5jGJ75RE/edit
17+
[slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5jGJ75RE/edit

0 commit comments

Comments
 (0)