Skip to content

Commit

Permalink
- update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketlaunchr-cto committed Sep 25, 2019
1 parent 5313602 commit 1f4dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react_class.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type ClassDef map[string]interface{}
// appDef := react.NewClassDef("App")
//
// See: https://reactjs.org/docs/react-api.html#reactpurecomponent
// See: https://reactjs.org/docs/react-component.html
// and https://reactjs.org/docs/react-component.html
//
func NewClassDef(displayName string, mixins ...interface{}) ClassDef {
def := ClassDef{
Expand Down

0 comments on commit 1f4dfb2

Please sign in to comment.