Skip to content

Commit 1b3574c

Browse files
authored
Merge pull request #301 from elixir-lsp/codex/update-module-documentation-text
Update module docs for clarity
2 parents d5e1590 + 0e0df91 commit 1b3574c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/elixir_sense.ex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
defmodule ElixirSense do
22
@moduledoc """
3-
ElxirSense is a Elixir library that implements useful features for any editor/tool that needs
4-
to introspect context-aware information about Elixir source code.
3+
ElixirSense is an Elixir library that implements useful features for any editor
4+
or tool that needs to introspect context-aware information about Elixir source code.
55
6-
This module provides the basic functionality for context-aware code completion, docs, signature info and more.
6+
This module provides basic functionality for context-aware code completion,
7+
docs, signature info, and more.
78
"""
89

910
alias ElixirSense.Core.Applications

0 commit comments

Comments
 (0)