1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-27 02:05:34 +02:00
This commit is contained in:
Pomax
2016-01-23 10:40:48 -08:00
parent fc6fed2e0f
commit 3e737e7ed7
3 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ var SectionHeader = require("../../SectionHeader.jsx");
var Explanation = React.createClass({
getDefaultProps: function() {
return {
title: "The Bézier interval"
title: "The Bézier interval [0,1]"
};
},