mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
updated class spelling
This commit is contained in:
parent
8f5fb52525
commit
61b018b11f
@ -3,7 +3,7 @@ layout: docs
|
|||||||
title: Struct
|
title: Struct
|
||||||
permalink: /utils/struct
|
permalink: /utils/struct
|
||||||
---
|
---
|
||||||
A struct is a generic computer science term for an object composed of public properties. The `\Amp\Stuct` trait
|
A struct is a generic computer science term for an object composed of public properties. The `\Amp\Struct` trait
|
||||||
is intended to make using public properties a little safer by throwing an `\Error` when undefined properties
|
is intended to make using public properties a little safer by throwing an `\Error` when undefined properties
|
||||||
are attempted to be written or read.
|
are attempted to be written or read.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user