From 52fb7cb287eeabf24db31a1100270e470460010b Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sat, 31 Mar 2018 06:06:26 -0700 Subject: Fix:typo:Fix various mispells (#421) * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 152419378..8cd281814 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ destination by assigning a value to each point directly connected to destination point. The value represents the estimated time needed to pass this distance. -Now the point with the lowest value is choosen using the Fibonacci +Now the point with the lowest value is chosen using the Fibonacci heap and a value is assigned to connected points whos are unevaluated or whos current value ist greater than the new one. -- cgit v1.2.1