about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stargalaxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stargalaxy.go b/stargalaxy.go
index f4ebf3f..f6b5fef 100644
--- a/stargalaxy.go
+++ b/stargalaxy.go
@@ -1,6 +1,6 @@
 package structs
 
-// struct bundling the star and the galaxy index it comes from
+// Stargalaxy is a struct bundling the star and the galaxy index it comes from
 type Stargalaxy struct {
 	Star  Star2D
 	Index int64