Skip to content

Commit

Permalink
address review comments (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Sep 19, 2024
1 parent 3a2a24a commit e9140a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/nrepl-api/ops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Returns::
* `: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
* `:file` Either a URI or a relative path where the symbol is defined.
* `:line` The line number the symbol is defined.
* `:name` The unqualitfied name of the symbol.
* `:name` The unqualified name of the symbol.
* `:ns` The namespace the symbol belongs to.
* `:status` done

Expand Down
2 changes: 1 addition & 1 deletion src/cider/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Note: Documentation may be incomplete; not all return keys are described."
"column" "The column number where the symbol is defined."
"file" "Either a URI or a relative path where the symbol is defined."
"line" "The line number the symbol is defined."
"name" "The unqualitfied name of the symbol."
"name" "The unqualified name of the symbol."
"ns" "The namespace the symbol belongs to."
"status" "done"}
fragments-doc)}
Expand Down

0 comments on commit e9140a2

Please sign in to comment.