Update documentation index
authorRichard Lander <rlander@microsoft.com>
Fri, 27 Feb 2015 05:36:26 +0000 (21:36 -0800)
committerRichard Lander <rlander@microsoft.com>
Fri, 27 Feb 2015 05:39:40 +0000 (21:39 -0800)
Documentation/index.md
Documentation/method-descriptor.md

index 663ad4e..4bc6eae 100644 (file)
@@ -9,6 +9,8 @@ Book of the Runtime
 - [Introduction to the Common Language Runtime](intro-to-clr.md)
 - [Mscorlib and Calling Into the Runtime](mscorlib.md)
 - [Type Loader](type-loader.md)
+- [Method Descriptor](method-descriptor.md)
+- [Virtual Stub Dispatch](virtual-stub-dispatch.md)
 - [Stack Walking](stackwalking.md)
 - [Book of the Runtime FAQ](botr-faq.md)
 
index 9949fa6..702fa7a 100644 (file)
@@ -22,7 +22,7 @@ Design Goals and Non-goals
 
 ### Non-goals
 
-***Richness:** The MethodDesc does not cache all information about the method. It is expected that the underlying metadata has to be accessed for less frequently used information (e.g. method signature).
+**Richness:** The MethodDesc does not cache all information about the method. It is expected that the underlying metadata has to be accessed for less frequently used information (e.g. method signature).
 
 Design of MethodDesc
 ====================