1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

A few updated JavaScript summaries

This commit is contained in:
Timothy Clem 2016-11-03 14:34:26 -07:00
parent 70b4a3714c
commit c7fd3e7434
3 changed files with 30 additions and 30 deletions

View File

@ -105,7 +105,7 @@
}
]
},
"summary": "Replaced the 'foo' identifier with the 'one' identifier in the one method of the 'Foo' class"
"summary": "Replaced the 'foo' identifier with the 'one' identifier in the one(a) method of the 'Foo' class"
},
{
"span": {
@ -120,7 +120,7 @@
]
}
},
"summary": "Added the 'two' method in the Foo class"
"summary": "Added the 'two(b)' method in the Foo class"
},
{
"span": {
@ -135,7 +135,7 @@
]
}
},
"summary": "Added the 'three' method in the Foo class"
"summary": "Added the 'three(c)' method in the Foo class"
},
{
"span": {
@ -150,7 +150,7 @@
]
}
},
"summary": "Deleted the 'bar' method in the Foo class"
"summary": "Deleted the 'bar(b)' method in the Foo class"
},
{
"span": {
@ -165,7 +165,7 @@
]
}
},
"summary": "Deleted the 'baz' method in the Foo class"
"summary": "Deleted the 'baz(c)' method in the Foo class"
}
]
},
@ -208,7 +208,7 @@
}
]
},
"summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo method of the 'Foo' class"
"summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo(a) method of the 'Foo' class"
},
{
"span": {
@ -223,7 +223,7 @@
]
}
},
"summary": "Added the 'bar' method in the Foo class"
"summary": "Added the 'bar(b)' method in the Foo class"
},
{
"span": {
@ -238,7 +238,7 @@
]
}
},
"summary": "Added the 'baz' method in the Foo class"
"summary": "Added the 'baz(c)' method in the Foo class"
},
{
"span": {
@ -253,7 +253,7 @@
]
}
},
"summary": "Deleted the 'two' method in the Foo class"
"summary": "Deleted the 'two(b)' method in the Foo class"
},
{
"span": {
@ -268,7 +268,7 @@
]
}
},
"summary": "Deleted the 'three' method in the Foo class"
"summary": "Deleted the 'three(c)' method in the Foo class"
}
]
},

View File

@ -16,7 +16,7 @@
]
}
},
"summary": "Added the '{ add }' object"
"summary": "Added the '{ add(a, b) }' object"
}
]
},
@ -47,7 +47,7 @@
]
}
},
"summary": "Added the '{ subtract }' object"
"summary": "Added the '{ subtract(a, b) }' object"
},
{
"span": {
@ -62,7 +62,7 @@
]
}
},
"summary": "Added the '{ add }' object"
"summary": "Added the '{ add(a, b) }' object"
}
]
},
@ -105,7 +105,7 @@
}
]
},
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method"
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add(a, b) method"
}
]
},
@ -148,7 +148,7 @@
}
]
},
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method"
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract(a, b) method"
}
]
},
@ -179,7 +179,7 @@
]
}
},
"summary": "Deleted the '{ subtract }' object"
"summary": "Deleted the '{ subtract(a, b) }' object"
},
{
"span": {
@ -194,7 +194,7 @@
]
}
},
"summary": "Deleted the '{ add }' object"
"summary": "Deleted the '{ add(a, b) }' object"
},
{
"span": {
@ -209,7 +209,7 @@
]
}
},
"summary": "Added the '{ subtract }' object"
"summary": "Added the '{ subtract(a, b) }' object"
}
]
},
@ -240,7 +240,7 @@
]
}
},
"summary": "Deleted the '{ add }' object"
"summary": "Deleted the '{ add(a, b) }' object"
}
]
},
@ -271,7 +271,7 @@
]
}
},
"summary": "Deleted the '{ subtract }' object"
"summary": "Deleted the '{ subtract(a, b) }' object"
}
]
},

View File

@ -16,7 +16,7 @@
]
}
},
"summary": "Added the '{ add }' object"
"summary": "Added the '{ add(a, b) }' object"
}
]
},
@ -47,7 +47,7 @@
]
}
},
"summary": "Added the '{ subtract }' object"
"summary": "Added the '{ subtract(a, b) }' object"
},
{
"span": {
@ -62,7 +62,7 @@
]
}
},
"summary": "Added the '{ add }' object"
"summary": "Added the '{ add(a, b) }' object"
}
]
},
@ -105,7 +105,7 @@
}
]
},
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method"
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add(a, b) method"
}
]
},
@ -148,7 +148,7 @@
}
]
},
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method"
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract(a, b) method"
}
]
},
@ -179,7 +179,7 @@
]
}
},
"summary": "Deleted the '{ subtract }' object"
"summary": "Deleted the '{ subtract(a, b) }' object"
},
{
"span": {
@ -194,7 +194,7 @@
]
}
},
"summary": "Deleted the '{ add }' object"
"summary": "Deleted the '{ add(a, b) }' object"
},
{
"span": {
@ -209,7 +209,7 @@
]
}
},
"summary": "Added the '{ subtract }' object"
"summary": "Added the '{ subtract(a, b) }' object"
}
]
},
@ -240,7 +240,7 @@
]
}
},
"summary": "Deleted the '{ add }' object"
"summary": "Deleted the '{ add(a, b) }' object"
}
]
},
@ -271,7 +271,7 @@
]
}
},
"summary": "Deleted the '{ subtract }' object"
"summary": "Deleted the '{ subtract(a, b) }' object"
}
]
},