From 0e0df91db217ca2d338d55c19d5e4b8630925ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Samson?= Date: Wed, 11 Jun 2025 01:16:51 +0200 Subject: [PATCH] Fix library description in module docs --- lib/elixir_sense.ex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/elixir_sense.ex b/lib/elixir_sense.ex index 76dc5177..5feb9be6 100644 --- a/lib/elixir_sense.ex +++ b/lib/elixir_sense.ex @@ -1,9 +1,10 @@ defmodule ElixirSense do @moduledoc """ - ElxirSense is a Elixir library that implements useful features for any editor/tool that needs - 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. - 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, + docs, signature info, and more. """ alias ElixirSense.Core.Applications