about summary refs log tree commit diff
path: root/vector2D.go
diff options
context:
space:
mode:
Diffstat (limited to 'vector2D.go')
-rw-r--r--vector2D.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vector2D.go b/vector2D.go
index 5715d0d..2aa2081 100644
--- a/vector2D.go
+++ b/vector2D.go
@@ -1,4 +1,4 @@
-// main.go purpose is to build the interaction layer in between the http endpoints and the http server
+// vector2D defines a simple 2D vector type and some actions
 // Copyright (C) 2019 Emile Hansmaennel
 //
 // This program is free software: you can redistribute it and/or modify