Skip to content

Commit ab634d2

Browse files
committed
Comment tweak
1 parent e220b87 commit ab634d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/Geometry/Manifold/Notation.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,8 @@ end Elab
810810
-- TODO: is there a better location for this?
811811
open Doc in
812812
/-- Writing `{insertDocstringOf foo}` inside a verso doc-string inserts the doc-string of
813-
declaration `foo` (if there is one) in the current environment, as a separate paragraph.
813+
declaration `foo` in the current environment, as a separate paragraph.
814+
If `foo` does not exist or has no doc-string, it throws an error.
814815
-/
815816
@[doc_command] meta def _root_.insertDocstringOf (n : Ident) :
816817
DocM <| Block ElabInline ElabBlock := do

0 commit comments

Comments
 (0)