gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 03/07: value-parser: Correct typo in docstring of value-


From: gnunet
Subject: [gnunet-scheme] 03/07: value-parser: Correct typo in docstring of value->float
Date: Sun, 28 Aug 2022 22:03:09 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 64382a6077d942c386a46257f0313c050bc519cd
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Aug 28 21:49:09 2022 +0200

    value-parser: Correct typo in docstring of value->float
---
 gnu/gnunet/config/value-parser.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/gnunet/config/value-parser.scm 
b/gnu/gnunet/config/value-parser.scm
index a81b834..e459702 100644
--- a/gnu/gnunet/config/value-parser.scm
+++ b/gnu/gnunet/config/value-parser.scm
@@ -1,5 +1,5 @@
 ;; This file is part of scheme-GNUnet.
-;; Copyright (C) 2005-2021 GNUnet e.V.
+;; Copyright © 2005--2022 GNUnet e.V.
 ;;
 ;; scheme-GNUnet is free software: you can redistribute it and/or modify it
 ;; under the terms of the GNU Affero General Public License as published
@@ -103,7 +103,7 @@ In case of a parse error, raise an appropriate
     (define (value->float text)
       "Parse @var{text} as a floating-point number.
 In case of a parse error, raise an appropriate
-@ code{&value-parse/float-error}."
+@code{&value-parse/float-error}."
       (if (regexp-exec float-regex text)
          (exact->inexact (string->number text))
          (raise (make-value-parse/float-error text))))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]