Skip to content

Commit 8026116

Browse files
ikappakibbatsov
authored andcommitted
address review comments (typo)
1 parent f701ab1 commit 8026116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/nrepl-api/ops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Returns::
469469
* `:doc-fragments` May be absent. Represents the body of a Java doc comment, including the first sentence and excluding any block tags. It's a vector of fragments, where fragment is a map with ``:type`` ('text' or 'html') and ``:content`` plain text or html markup, respectively
470470
* `:file` Either a URI or a relative path where the symbol is defined.
471471
* `:line` The line number the symbol is defined.
472-
* `:name` The unqualitfied name of the symbol.
472+
* `:name` The unqualified name of the symbol.
473473
* `:ns` The namespace the symbol belongs to.
474474
* `:status` done
475475

src/cider/nrepl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Note: Documentation may be incomplete; not all return keys are described."
296296
"column" "The column number where the symbol is defined."
297297
"file" "Either a URI or a relative path where the symbol is defined."
298298
"line" "The line number the symbol is defined."
299-
"name" "The unqualitfied name of the symbol."
299+
"name" "The unqualified name of the symbol."
300300
"ns" "The namespace the symbol belongs to."
301301
"status" "done"}
302302
fragments-doc)}

0 commit comments

Comments
 (0)