diff --git a/docs/2.0/field-values.md b/docs/2.0/field-values.md index 07131d7..8925593 100644 --- a/docs/2.0/field-values.md +++ b/docs/2.0/field-values.md @@ -164,9 +164,9 @@ Item::true(): self; Item::false(): self; ``` -On error, those named constructor will throw an exception, if you do not want an exception -and prefer a softer approache where the named constructor would instead return `null`, you -can prepend the named constructor with the `try` prefix. +On error, the listed named constructors will throw an exception, if you do not want an exception +and prefer a softer approach where the named constructor would instead return `null`, you +can prepend the listed named constructor with the `try` prefix. ```php Item::fromDecimal('42'); // will throw because the value is a string; diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 1eb650a..2d17b79 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,7 +12,7 @@ - + {{ page.title }} - {{ site.data.project.title }} @@ -25,6 +25,7 @@
+ Logo
HTTP Structured Fields
@@ -82,6 +83,9 @@

Older versions

{{ content }}
+
+ Logo +