Skip to content

Commit

Permalink
Capitalize C++
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Jan 5, 2024
1 parent 582a952 commit f091f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ResumePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function Work() {
<Employer
name="Google"
title="Software Engineering Intern"
skills={["c++", "Python", "JavaScript", "HTML"]}
skills={["C++", "Python", "JavaScript", "HTML"]}
>
<WorkItem date="2012" subtitle="Chrome">
Built a tool for automatic regression alerts in Chrome's performance.
Expand Down

0 comments on commit f091f3d

Please sign in to comment.