From 6ccb4ac29726503595dfa28373766b584aae6fc4 Mon Sep 17 00:00:00 2001 From: jonathandturner Date: Thu, 10 Mar 2016 16:57:38 -0500 Subject: [PATCH] Caps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de636ab6..f4554a43 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ if let Ok(result) = engine.eval("var x = new_ts(); x.update(); x".to_string()).u } ``` -# Example: working with custom types and members +# Example: Working with custom types and members Similarly, you can work with members of your custom types. This works by registering a 'get' or a 'set' function for working with your struct.