Merge pull request #4381 from BrzVlad/feature-generational-hash
[mono.git] / docs / sources / mono-api-string.html
index f5956dd51b82d58b2d25cc0efb8ba6206af027f3..9e0d6b4d830a87b7b5b6ca8c5be7740095358ec7 100644 (file)
@@ -4,7 +4,7 @@
 
 <h3>Synopsis</h3>
 
-       <div class="header">
+       <div class="mapi-header">
 #include &lt;metadata/object.h&gt;
 
 typedef struct {
@@ -17,10 +17,10 @@ typedef struct {
        </div>
 
        <p>All of the operations on strings are done on pointers to
-       MonoString objects, like this:
+       `MonoString` objects, like this:
 
-       <div class="code">
-       MonoString *hello = mono_string_new (mono_domain_get (), "hello, world");
+       <div class="mapi-code">
+MonoString *hello = mono_string_new (mono_domain_get (), "hello, world");
        </div>
 
        <p>Strings are bound to a particular application domain, which