Skip to content

Commit 812e705

Browse files
authored
docs: Fix some typos (#234)
1 parent c5eaeb2 commit 812e705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

allowed_bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

2222
bind! {
2323
HashTable,

guide/src/macros/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ placed underneath the `#[php_class]` attribute.
2323
the `#[php_module]` function.
2424

2525
You 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
2727
the same name as the field. Property types must implement `IntoZval` and
2828
`FromZval`.
2929

0 commit comments

Comments
 (0)