diff options
author | hanemile <hanemile@chaosdorf.de> | 2018-09-28 18:23:53 +0200 |
---|---|---|
committer | hanemile <hanemile@chaosdorf.de> | 2018-09-28 18:23:53 +0200 |
commit | 4aaa1d44ee9105ec623207fef2db7467a21fc455 (patch) | |
tree | a366dbd4caa413c6524de45001a02fd558d9bf37 | |
parent | 297a0cfae141af5748f5f5edb8d4a43fd4450ed1 (diff) |
some spellchecking
-rw-r--r-- | force.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/force.go b/force.go index aac2e8e..32d1d6c 100644 --- a/force.go +++ b/force.go @@ -3,7 +3,7 @@ package main import ( "math" "fmt" - "ioutil" + "io/ioutil" ) // forces_acting calculates the force inbetween the two given stars s1 and s2 |