Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charbull authored Jun 22, 2018
1 parent b61b9a0 commit e4b5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Once the StoreFactory is configured, an `IModel` is used to create the instances

The `InitContextInMemory()` function is provided below:
```csharp
1: static string ns = "http://example.com/";
1: static string ns = "http://www.example.com/";
2: static IModel context;
3:
4: public static void InitContextInMemory()
Expand Down

0 comments on commit e4b5ac4

Please sign in to comment.