1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-24 09:13:07 +02:00
This commit is contained in:
Pomax
2016-01-09 23:04:55 -08:00
parent 66e17b515c
commit a168c4bf48
2 changed files with 2 additions and 2 deletions

View File

@@ -28039,7 +28039,7 @@
getDefaultProps: function getDefaultProps() {
return {
title: "Finding extreminities"
title: "Finding extremities: root finding"
};
},

View File

@@ -5,7 +5,7 @@ var SectionHeader = require("../../SectionHeader.jsx");
var Extremities = React.createClass({
getDefaultProps: function() {
return {
title: "Finding extreminities"
title: "Finding extremities: root finding"
};
},