6,834
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 408: | Line 408: | ||
	rows = {}  | 	rows = {}  | ||
	entries = p.getIndexedArgs(frame, 'return')  | 	entries = p.getIndexedArgs(frame, 'return')  | ||
	if #entries == 0 then  | 	if #entries == 0 then  | ||
		text = text..p.documentationMissing(frame, "Success returns").."<br><br>"  | 		text = text..p.documentationMissing(frame, "Success returns").."<br><br>"  | ||
| Line 438: | Line 437: | ||
		rows = {}  | 		rows = {}  | ||
		entries = p.getIndexedArgs(frame, 'returnFail')  | 		entries = p.getIndexedArgs(frame, 'returnFail')  | ||
		text = text.."'''Failure   | 		text = text.."'''Failure Return :'''\n\n"  | ||
		if #entries == 0 then  | 		if #entries == 0 then  | ||
			text = text..p.documentationMissing(frame, "Failure returns")  | 			text = text..p.documentationMissing(frame, "Failure returns")  | ||
edits