diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-04-27 01:03:21 +0200 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2020-04-27 10:48:29 +0200 |
| commit | 1f8a7631da96423fc08734fcee8db6055a3d0e31 (patch) | |
| tree | 0f7b33de5385d95ac7c0e36e1a866d3d3808a2ae /rust-mode.el | |
| parent | a364b24af412659cc1074f533752356d1858b893 (diff) | |
| download | rust-mode-1f8a7631da96423fc08734fcee8db6055a3d0e31.tar.gz | |
Fix typos
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index 631e51c..1aa4e2e 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -205,7 +205,7 @@ to the function arguments. When nil, `->' will be indented one level." :group 'rust-mode) (defcustom rust-format-goto-problem t - "Jump to location of first detected probem when formatting buffer." + "Jump to location of first detected problem when formatting buffer." :type 'boolean :safe #'booleanp :group 'rust-mode) |
