about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-05 21:17:17 +0100
committerEmile <hanemile@protonmail.com>2019-02-05 21:17:17 +0100
commit4c954995612de39648a4c31704ff5ecdc4649d8e (patch)
tree10284ff9b888f14b1f4eeac0ab3291f9c66f043f
parent560f64d9a6a0de578f37b62295816ba39c54ba2b (diff)
adjusted the comment to godoc standard
-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