doc: typos
This commit is contained in:
		@@ -245,7 +245,7 @@ async function getSessionProcessBlob(blobId, session, options) {
 | 
			
		||||
 * @returns 
 | 
			
		||||
 */
 | 
			
		||||
async function getProcessBlob(blobId, key, options) {
 | 
			
		||||
	// TODO(tasiaiso): break this down
 | 
			
		||||
	// TODO(tasiaiso): break this down ?
 | 
			
		||||
	let process = gProcesses[key];
 | 
			
		||||
	if (!process
 | 
			
		||||
		&& !(options && "create" in options && !options.create)) {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/**
 | 
			
		||||
 * TODOC
 | 
			
		||||
 * TODO: document so we can make this improve
 | 
			
		||||
 * TODO: document so we can improve this
 | 
			
		||||
 * @param {*} url 
 | 
			
		||||
 * @returns 
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user