summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRuss Keldorph <russ.keldorph@microsoft.com>2016-05-12 16:07:27 -0700
committerRuss Keldorph <russ.keldorph@microsoft.com>2016-05-12 16:07:27 -0700
commite49e825fdce88ce24e287cdc71a37dac984339b8 (patch)
tree292b9b9b2cacdf2494c5744d7ce7df28247a49b8 /Documentation
parent97769611d228be9f042fae64390b34ed33d2fd5a (diff)
downloadcoreclr-e49e825fdce88ce24e287cdc71a37dac984339b8.tar.gz
coreclr-e49e825fdce88ce24e287cdc71a37dac984339b8.tar.bz2
coreclr-e49e825fdce88ce24e287cdc71a37dac984339b8.zip
Small formatting fix
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design-docs/first-class-structs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/design-docs/first-class-structs.md b/Documentation/design-docs/first-class-structs.md
index 21dc5507c5..f794c2071f 100644
--- a/Documentation/design-docs/first-class-structs.md
+++ b/Documentation/design-docs/first-class-structs.md
@@ -548,7 +548,7 @@ are prefaced by '*' have been prototyped in an earlier version of the JIT, and t
being re-integrated and tested, but may require some cleanup and/or phasing with other work items
before a PR is submitted.
- ### Mostly-Independent work items
+### Mostly-Independent work items
1. *Replace block ops with assignments & new nodes.
2. *Add new fixed-size types, and normalize them in the importer (might be best to do this with or after #1, but not really dependent)