book
                                
                                 book copied to clipboard
                                
                                    book copied to clipboard
                            
                            
                            
                        Ch. 17: Replace 'page_title' in match with 'value'
Hi folks!
A new rustacean here, enjoying the book a lot.
I have realised that in the match expression I edited, there's a variable page_title that seems to be copy-pasted from a previous snippet. I'm not 100% sure about this, because I'm still getting used to Rust's syntax, but I'd say it has to be called value.
Let me know if I got something wrong, or if I should add something else to this PR.