Updated Adding Attributes (markdown)

Richard Townsend 2014-08-10 05:50:13 -07:00
parent 1ba3936f02
commit 7d43a20804
1 changed files with 1 additions and 1 deletions

@ -17,4 +17,4 @@ for i, a := range attrs {
**Code excerpt: Adding two new Attributes to a blank `UpdatableDataGrid`**
* Attributes can only be added to empty `UpdatableDataGrids` (i.e. before calling `Extend` to allocate memory).
* `AddAttribute` returns an `AttributeSpec` describing where the `Attribute` was inserted.
* `AddAttribute` returns an [`AttributeSpec`](Attribute Specifications) describing where the `Attribute` was inserted.