Skip to content

Commit

Permalink
Improve the description of cider-client.el
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 12, 2018
1 parent d628e2e commit 1ee97c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider-client.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; cider-client.el --- A layer of abstraction above the actual client code. -*- lexical-binding: t -*-
;;; cider-client.el --- A layer of abstraction above low-level nREPL client code. -*- lexical-binding: t -*-

;; Copyright © 2013-2018 Bozhidar Batsov
;;
Expand All @@ -21,7 +21,7 @@

;;; Commentary:

;; A layer of abstraction above the actual client code.
;; A layer of abstraction above the low-level nREPL client code.

;;; Code:

Expand Down

0 comments on commit 1ee97c4

Please sign in to comment.