515: Fix typos r=matklad a=kjeremy



Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
This commit is contained in:
bors[bot] 2019-01-13 06:58:06 +00:00
commit 40686722ba

View file

@ -1,6 +1,6 @@
//! This modules contains various "assits": suggestions for source code edits //! This modules contains various "assists": suggestions for source code edits
//! which are likely to occur at a given cursor positon. For example, if the //! which are likely to occur at a given cursor positon. For example, if the
//! cursor is on the `,`, a possible assist is swapping the elments around the //! cursor is on the `,`, a possible assist is swapping the elements around the
//! comma. //! comma.
mod flip_comma; mod flip_comma;