We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce0033 commit 0e0df91Copy full SHA for 0e0df91
lib/elixir_sense.ex
@@ -1,9 +1,10 @@
1
defmodule ElixirSense do
2
@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.
+ ElixirSense is an Elixir library that implements useful features for any editor
+ or tool that needs to introspect context-aware information about Elixir source code.
5
6
- This module provides the basic functionality for context-aware code completion, docs, signature info and more.
+ This module provides basic functionality for context-aware code completion,
7
+ docs, signature info, and more.
8
"""
9
10
alias ElixirSense.Core.Applications
0 commit comments