[librsvg: 1/10] Fix obsolete function name




commit c98023bf08c068e0a3ff3db8dec97a73347c6727
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Sep 17 20:01:39 2021 -0500

    Fix obsolete function name
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/609>

 ARCHITECTURE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index c4db9e9c..7a9e7e3c 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -227,7 +227,7 @@ method takes the name of a CSS property name like `fill`, plus a value
 like `rgb(255, 0, 0)`, and it must return a value that represents a
 parsed declaration.  Librsvg uses the `Declaration` struct for this.
 
-The core of parsing CSS is the `parse_property` function, which returns a `ParsedProperty`:
+The core of parsing CSS is the `parse_value` function, which returns a `ParsedProperty`:
 
 ```rust
 pub enum ParsedProperty {


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