File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ See: [#202]
2424## Version 0.8.3
2525
2626- build: Check docs warnings in CI by @davidcole1340 in [ #180 ]
27- - fix: Fixes inifinte loop in ClassEntry::instance_of() by @ju1ius in [ #188 ]
27+ - fix: Fixes infinite loop in ClassEntry::instance_of() by @ju1ius in [ #188 ]
2828- fix: Fix binary slice lifetimes by @davidcole1340 in [ #181 ]
2929- build: Fixes CI workflow configuration by @ju1ius in [ #195 ]
3030- feat: Add get_id() and hash() methods on ZendObject by @ju1ius in [ #196 ]
Original file line number Diff line number Diff line change 1717//
1818// The hash after `ext-php-rs-` in the bindings path may change. There should
1919// be two folders beginning with `ext-php-rs-` in `target/debug/build`, so
20- // check both for the presense of the bindings file.
20+ // check both for the presence of the bindings file.
2121
2222bind ! {
2323 HashTable ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ placed underneath the `#[php_class]` attribute.
2323 the ` #[php_module] ` function.
2424
2525You may also use the ` #[prop] ` attribute on a struct field to use the field as a
26- PHP property. By default, the field will be accessible from PHP publically with
26+ PHP property. By default, the field will be accessible from PHP publicly with
2727the same name as the field. Property types must implement ` IntoZval ` and
2828` FromZval ` .
2929
You can’t perform that action at this time.
0 commit comments