changeset 17003:c6a39f7f193d

doc: Use '@@' to produce '@' in strings.txi * doc/interpreter/strings.txi: Use '@@' to produce '@'.
author Rik <rik@octave.org>
date Thu, 18 Jul 2013 12:01:32 -0700
parents dd783018709b
children 19b7c7412a63
files doc/interpreter/strings.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Mon Jul 01 19:49:51 2013 +0200
+++ b/doc/interpreter/strings.txi	Thu Jul 18 12:01:32 2013 -0700
@@ -236,7 +236,7 @@
 @example
 @group
 fullname = [fname ".txt"];
-email = ["<" user "@" domain ">"];
+email = ["<" user "@@" domain ">"];
 @end group
 @end example