From d0a44283fd04839f54676e5846df3a6d33dc3cf2 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 22 Apr 2008 20:21:55 +0000 Subject: [PATCH] Fix comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24459 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCommandParams.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetCommandParams.h b/src/insets/InsetCommandParams.h index 7e343773c2..2ff6d5c27f 100644 --- a/src/insets/InsetCommandParams.h +++ b/src/insets/InsetCommandParams.h @@ -114,10 +114,10 @@ public: /// ways that make removal hard. docstring getFirstNonOptParam() const; /// get parameter \p name - /// LyX will assert if you attempt to do so. + /// LyX will assert if name is not a valid parameter. docstring const & operator[](std::string const & name) const; /// set parameter \p name - /// LyX will assert if you attempt to do so. + /// LyX will assert if name is not a valid parameter. docstring & operator[](std::string const & name); /// bool preview() const { return preview_; } -- 2.39.2