Skip to content
Permalink
Browse files
Comment typo.
  • Loading branch information
stuconnolly committed Mar 17, 2017
1 parent a9f0edb commit 7979d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -29,12 +29,13 @@
// More info at <https://github.com/sequelpro/sequelpro>

#import "SPNamedNode.h"

/**
* @class SPFavoriteNode SPFavoriteNode.h
*
* @author Stuart Connolly http://stuconnolly.com/
*
* Tree node the represents a connection favorite.
* Tree node that represents a connection favorite.
*/
@interface SPFavoriteNode : NSObject <NSCopying, NSCoding, SPNamedNode>
{
@@ -29,6 +29,7 @@
// More info at <https://github.com/sequelpro/sequelpro>

#import "SPNamedNode.h"

/**
* @class SPGroupNode SPGroupNode.h
*

0 comments on commit 7979d83

Please sign in to comment.