Skip to content

Commit e8f9e7a

Browse files
authored
Fix size of Android 16 bullet points
1 parent 30dc6dd commit e8f9e7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/blog/size-aosp16.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ template = "blog-entry.html"
99

1010
## Quick facts
1111

12-
- There are over <b>250 million</b> source code lines contributing to android.
13-
- Roughly <b>92 million</b> lines of code run on the average device.
14-
- <b>83 million</b> lines of comments and documentation tell the developers what the code does.- <b>8.8%</b> lines are empty.
12+
- There are over <b>250 million</b> source code lines contributing to Android
13+
- Roughly <b>92 million</b> lines of code run on the average device
14+
- <b>83 million</b> lines of comments and documentation tell the developers what the code does
15+
- <b>8.8%</b> of lines are empty
1516

1617
## Doughnut chart
1718

1819
This time I included this nice interactive doughnut chart of the programming languages used (unfortunately requires JavaScript).
1920

2021
{{ sizeofaosp16chart() }}
2122

22-
{{ sizeaosp16table() }}
23+
{{ sizeaosp16table() }}

0 commit comments

Comments
 (0)