1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

updated class spelling

This commit is contained in:
Christoffer Bubach 2017-08-01 15:14:22 +02:00 committed by Niklas Keller
parent 8f5fb52525
commit 61b018b11f

View File

@ -3,7 +3,7 @@ layout: docs
title: 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
are attempted to be written or read.