Skip to content

Commit b19ae63

Browse files
committed
5.1 minor corrections
1 parent b0e4052 commit b19ae63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

work-in-progress/build/5.1-building-a-wrapped-dynamic-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Empty.hx:8: hello empty library
255255
Empty.hx:12: hello test function
256256
```
257257
258-
This output comes from our haxe code and we can see that we're calling it from the dynamic library. If you rebuild the haxe library + shared wrapper (required to rebuild both if the haxe code changes, by definition!) then you can change the behavior of the program by simply changing the dynamic library.
258+
This output comes from our haxe code and we can see that we're calling it from the dynamic library. If you rebuild the haxe library + shared wrapper (required to rebuild both if the haxe code changes, by definition!) then you can change the behavior of the program by simply changing the dynamic library and not having to rebuild the client.
259259
260260
## Conclusion
261261

0 commit comments

Comments
 (0)