Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from ghost/patch-1
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
Leksat committed Oct 5, 2014
2 parents f82273c + 38fab0f commit 60c6712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exportable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'dart:convert' show JSON;
/**
* A mixin providing an ability to export objects to [Map]s or JSON.
*
* Object properties should be annotated with @observable, and could be
* Object properties should be annotated with @export, and could be
*
* * any type supported by JSON (see [JsonEncoder.convert()])
* * any class that mixes [Exportable]
Expand Down

0 comments on commit 60c6712

Please sign in to comment.